ReportViewerSettings Properties
Stores settings of the ReportViewerExtension.Name | Description |
---|---|
AccessKey | Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase. |
AllowURLsWithJSContent | Specifies whether or not the execution of the JavaScript code placed in URLs is allowed. |
Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
AutoSize | Specifies whether a report’s size is defined by the bounds of a report viewer, or of a report page. |
BookmarkSelectionBorder | Provides access to the border settings of an element that is being currently selected in the Document Map. |
CacheReportDocument | Occurs when a report document is created and it’s possible to store it in the cache. |
CallbackRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
ClientSideEvents | Provides access to the client-side events specific to the ReportViewerSettings. |
ControlStyle | Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase. |
DeserializeClientParameters | Returns the values assigned to a report parameter on the client. |
Enabled | Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase. |
EnableReportMargins | Specifies whether or not the Document Viewer should display the page margins of a report document. |
EnableTheming | Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase. |
EncodeHtml | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
ExportRouteValues | Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks related to exporting content. |
Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
Images | Provides access to the settings that define images for various elements within the Report Viewer. |
ImagesEmbeddingMode | Specifies the mode of embedding images inside a report viewer on the client, to enable cross-browser compatibility in different environments. |
Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
LoadingPanelDelay | Gets or sets the delay between starting an asynchronous operation and displaying the loading panel. |
LoadingPanelImagePosition | Gets or sets the position of an image displayed within a Loading Panel with respect to the panel’s text content. |
LoadingPanelText | Specifies the text displayed within a loading panel while waiting for a callback response. |
Name | Specifies the unique identifier name for the extension. Inherited from SettingsBase. |
Paddings | Gets a value indicating the ReportViewer paddings. |
PageByPage | Specifies whether a report should be displayed page-by-page, or an entire report’s content should be displayed at once. |
PreRender | Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase. |
PrintUsingAdobePlugIn | Specifies whether or not to print a report using the Adobe Reader® plug-in, assuming it is installed on the client’s web browser. |
Report | Specifies the report instance which is associated with ReportViewerSettings. |
RestoreReportDocumentFromCache | Occurs when a Document Viewer requires a report for display, and it’s possible to restore an existing report document from the cache. |
SearchDialogButtonStyles | Provides access to the style settings of the Search dialog’s buttons. |
SearchDialogEditorsImages | Provides access to the image settings of the Search dialog’s editors. |
SearchDialogEditorsStyles | Provides access to the style settings of the Search dialog’s editors. |
SearchDialogFormImages | Provides access to the image settings of the Search dialog’s form. |
SearchDialogFormStyles | Provides access to the style settings of the Search dialog’s form. |
ShouldDisposeReport | Specifies whether or not a report should be disposed together with its associated ASP.NET Document Viewer. |
ShowLoadingPanelImage | Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response. |
SkinID | Gets or sets the skin to apply to the control. Inherited from SettingsBase. |
Style | Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase. |
TabIndex | Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase. |
TableLayout | Determines whether to use the table or non-table layout in the displayed HTML document. |
Theme | Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase. |
ToolTip | Gets or sets a UI element’s tooltip text. Inherited from SettingsBase. |
Width | Gets or sets the width of the extension. Inherited from SettingsBase. |
See Also