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

ProvideWebReportViewerSessionOptionsContext Class Properties

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

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. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
Public PropertyA custom object that was assigned in Options and its WebReportViewerSessionOptions.CustomData property in WebReportViewerController.OnProvideWebReportViewerSessionOptions. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
Public PropertySets the directory for temporary files that are generated while the report is created. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
Public PropertyCurrent instance id. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
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. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
Public PropertyThis property must be assigned to the created WebReportViewerSessionOptions instance.  
Public PropertyContains the report name that was specified as defaultProject in the WebReportViewer(HtmlHelper,WebReportViewerMVCOptions) method. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
Top
See Also