[]
Represents the ActiveReports Web Viewer.
[ToolboxBitmap("GrapeCity.ActiveReports.WebResources.WebViewer.bmp")]
public class WebViewer : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor
| Name | Description |
|---|---|
| WebViewer() | Initializes a new instance of the WebViewer struct. |
| Name | Description |
|---|---|
| Animation | Gets the options for animations. |
| AutoBackgroundColor | Gets or sets a value indicating whether the view area background color is filled with the report body color. Available only for dashboard reports. |
| AvailableExports | Gets or sets the array of export types available via the export functionality of the viewer. |
| DefaultExportSettings | Gets or sets the object containing custom default export settings. Used to set default values and visibility of any field in the export panel. |
| DisplayMode | Gets or sets the display mode for showing rendered pages. This is applicable only for 'HtmlViewer' viewer type. |
| InitialZoomMode | Gets or sets the initial zoom mode. |
| InitialZoomPercentage | Gets or sets the initial zoom percentage. |
| LocalizationJson | Gets or sets the URL of a file containing localization strings. |
| PageView | Gets the options for page view. |
| ParametersPanelLocation | Gets or sets the location type of the parameters panel. |
| ParametersPanelOpen | Gets or sets the open mode of the parameters panel. |
| PdfExportOptions | Gets the PDF export options to be used with the Adobe Acrobat Viewer type. |
| RenderFormat | Gets or sets the rendering format for the report. |
| RenderMode | Gets or sets the rendering mode. |
| Report | Gets or sets the report to display to the client. |
| ReportName | Gets or sets the identifier of the report to be loaded to the viewer control. |
| ReportService | Gets or sets the report service settings, like URL and security token. |
| ReportsFolder | Gets or sets the path to search for requested report files, which name starts with "file:" prefix. |
| ViewerType | Gets or sets the type of viewer that will be used to show the report in the client's browser. |
| Name | Description |
|---|---|
| Dispose() | Enables a server control to perform final clean up before it is released from memory. |
| OnPreRender(EventArgs) | |
| RenderChildren(HtmlTextWriter) |