List & Label .NET
combit.Reporting.Web.WebReportViewer Namespace / WebReportViewerSessionTouchedContext Class
Properties

In This Topic
    WebReportViewerSessionTouchedContext Class Members
    In This Topic

    The following tables list the members exposed by WebReportViewerSessionTouchedContext.

    Public Properties
     NameDescription
    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 PropertyContains the report name that was specified as defaultProject in the WebReportViewer(HtmlHelper,WebReportViewerMVCOptions) method. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
    Public PropertyA custom object that was assigned in Options and its WebReportViewerSessionOptions.ServerData property in WebReportViewerController.OnProvideWebReportViewerSessionOptions. This property is intended for server-side use and allows passing arbitrary data from the session options to the server context. (Inherited from combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
    Top
    See Also