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

In This Topic
    ProvideListLabelContext Class Members
    In This Topic

    The following tables list the members exposed by ProvideListLabelContext.

    Public Properties
     NameDescription
    Public PropertyGets a custom string that can be set via the <ll-webreportviewer clientData="..."> attribute for the external embedded web component, such as when integrating the Web Report Viewer in external frameworks (e.g., React or Angular). /// It can also be set with the WebReportViewerMVCOptions.ClientData property when using the MVC helper method. This property allows passing arbitrary client-specific data from the frontend to the server-side context of the Web Report Viewer. Typical use cases include passing an authentication key (authKey) or specifying the List & Label language directly from the frontend instead of the backend. The value can be set in the JavaScript integration code, for example: // React example <ll-webreportviewer clientData="myCustomValue" ... /> // Angular example <ll-webreportviewer [clientData]="myCustomValue" ...></ll-webreportviewer> (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 PropertyGets a value indicating whether the combit.Reporting.ListLabel instance is intended solely for initialization purposes in the Web Report Designer, such as for loading resources.  
    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 List & Label instance.  
    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 ProvideWebReportViewerSessionOptionsContext.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