combit List & Label 30 - .NET Help
combit.Reporting.Web.WebReportViewer Namespace / WebReportViewerSessionOptions Class

WebReportViewerSessionOptions Class Properties

For a list of all members of this type, see WebReportViewerSessionOptions members.

Public Properties
 NameDescription
Public PropertyThis 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.  
Public PropertyEnables the scrolling from one page to another using the mouse wheel.  
Public PropertyMaximum 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).  
Public PropertySpecifies the timeout before calling the print dialog (workaround for chrome bug)  
Public PropertySet 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.  
Public PropertySet this property to "true" to show error messages with description in the Web Report Viewer.  
Public PropertySet this property to "true" to show the Stacktrace in the detailed error messages viewer when ShowDetailedErrorMessages is true.  
Public PropertyGets 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.  
Public PropertySet this property to "true" to show the Cancel button in the Web Report Viewer.  
Public PropertySet this property to "true" to show the Export button in the Web Report Viewer.  
Public PropertySet this property to "true" to show the Print button in the Web Report Viewer.  
Public PropertyGets or sets if the panel with thumbnails of the report pages is available at all.  
Public PropertyLoad images directly from URL. Caution: the client then needs access to the image URLs.  
Top
See Also