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

In This Topic
    ProvideInformationReadOnlyBase Class Members
    In This Topic

    The following tables list the members exposed by ProvideInformationReadOnlyBase.

    Public Properties
     NameDescription
    Public PropertyA custom string that was passed by the user when creating the Web Report Viewer control clientside as the customData-Property.  
    Public PropertyA custom object that was assigned in ProvideWebReportViewerSessionOptionsContext.Options and its WebReportViewerSessionOptions.CustomData property in WebReportViewerController.OnProvideWebReportViewerSessionOptions.  
    Public PropertySets the directory for temporary files that are generated while the report is created.  
    Public PropertyCurrent instance id.  
    Public PropertyReturns the logger of the Web Report Viewer instance as defined in WebReportViewerSessionOptions.SetLogger. It is recommended to pass this logger to the combit.Reporting.ListLabel.ListLabel Constructor(ILlLogger) constructor in your event handler.  
    Public PropertyContains the report name that was specified as defaultProject in the WebReportViewer(HtmlHelper,WebReportViewerMVCOptions) method.  
    Top
    See Also