combit List & Label 29 - .NET Help
combit.Reporting.Web.WebReportViewer Namespace / WebReportViewerSessionOptions Class
Properties Methods

In This Topic
    WebReportViewerSessionOptions Class Members
    In This Topic

    The following tables list the members exposed by WebReportViewerSessionOptions.

    Public Constructors
    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
    Public Methods
     NameDescription
    Public Method(Optional) Sets a logger specific to this Web Report Viewer instance.  
    Top
    See Also