| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| AvailableTools | Specifies the set of tools that will be available for the user |
| Cache | Gets a reference to the C1.Web.Wijmo.Controls.C1ReportViewer.ReportService.ReportCache object that controls how reports are cached on the server. |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ClientIDMode | (Inherited from System.Web.UI.Control) |
| CollapseToolsPanel | Specifies whether the tools panel will be collapsed. |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| Culture | Gets or sets culture ID. |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Enabled | Overridden. Gets or sets a value indicating whether the Web server control is enabled. |
| EnableLogs | Enables built-in log console. |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| ExpandedTool | The default tool that will be expanded in the tools panel. |
| ExportedFileName | Name for the exported file. |
| FileName | Gets or sets the name of the file with report. |
| FullScreen | Specifies whether the viewer must be shown in full screen mode. Note, when full screen mode is enabled document overflow style will be changed to hidden and viewer will be fit in parent container bounds. |
| Height | Gets or sets the height of the control. |
| ID | (Inherited from System.Web.UI.Control) |
| Localization | Use the Localization property in order to customize localization strings. |
| PagedView | Specifies whether the viewer must show document pages individually (with scrollbars covering the current page only) or continuously (with scrollbars covering the whole document). |
| ReportName | Gets or sets the name of the report to view. |
| ReportServiceUrl | The URL to the report service. |
| ReportsFolderPath | Gets or sets the relative path to folder that will be used to store generated report data. |
| ShowParameterInputForm | Indicates whether to automatically generate and show parameter input forms for reports with parameters. The default is true. |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| SplitterDistance | A value indicates the location of the splitter, in pixels, from the left edge of the splitter. |
| StatusBarVisible | Indicates whether the status bar will be visible. |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| Theme | Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that only one theme can be used for the whole page at one time. Please make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ToolBarVisible | Indicates whether the toolbar will be visible. |
| ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| Width | Gets or sets the width of the control. |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.C1TargetControlBase) |
| Zoom | The page zoom value. Accepts named zoom values like "actual size", "fit page", "fit width", "fit height" or value in percentages, e.g. "50%", "70%". |