Name | Description | |
---|---|---|
WebReportViewerSessionOptions Constructor |
The following tables list the members exposed by WebReportViewerSessionOptions.
Name | Description | |
---|---|---|
WebReportViewerSessionOptions Constructor |
Name | Description | |
---|---|---|
ExportLinks | This property allows to set a list of links which will be displayed when the export button in the toolbar is clicked. If this property is not set, the default export formats of List & Label are used and may be modified in the OnRenderExportLinks callback. | |
ExtendedScrolling | Enables the scrolling from one page to another using the mouse wheel. | |
MaxIterations | Maximum number of attempts to print an object if non-wrappable content is exceeding the available space. Default: 100 attempts. Set this value to 0 if there should be no limit of attempts (may lead to endless loops). | |
PrintTimeOut | Specifies the timeout before calling the print dialog (workaround for chrome bug) | |
ReportParameterDateFormatCulture | Set this property to change the culture (e.g. 'en-GB') that will be used to format the report parameters of type date. Defaults to System.Globalization.CultureInfo.CurrentCulture. | |
ShowDetailedErrorMessages | Set this property to "true" to show error messages with description in the Web Report Viewer. | |
ShowStacktrace | Set this property to "true" to show the Stacktrace in the detailed error messages viewer when ShowDetailedErrorMessages is true. | |
ShowThumbnails | Gets or sets if the panel with thumbnails is already opened when the Web Report Viewer is loaded. This property is ignored if ThumbnailsAvailable is false. | |
ShowToolbarCancelButton | Set this property to "true" to show the Cancel button in the Web Report Viewer. | |
ShowToolbarExportButton | Set this property to "true" to show the Export button in the Web Report Viewer. | |
ShowToolbarPrintButton | Set this property to "true" to show the Print button in the Web Report Viewer. | |
ThumbnailsAvailable | Gets or sets if the panel with thumbnails of the report pages is available at all. | |
UseOriginalURLsForImages | Load images directly from URL. Caution: the client then needs access to the image URLs. |