List & Label .NET
combit.Reporting.Web.WebReportViewer Namespace / WebReportViewerSessionTouchedContext Klasse
Eigenschaften

In diesem Thema
    WebReportViewerSessionTouchedContext Klasse Member
    In diesem Thema

    Die folgenden Tabellen listen die verfügbaren Member von WebReportViewerSessionTouchedContext auf.

    Public Eigenschaften
     NameBeschreibung
    Public EigenschaftGets 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 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> (Geerbt von combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
    Public Eigenschaft

    Id der aktuellen Instanz.

    (Geerbt von combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
    Public Eigenschaft

    Liefert den Logger des Web Report Viewer Objekts wie in SetLogger definiert. Es wird empfohlen, diesen Logger an den ListLabel-Konstruktor im Event-Handler zu übergeben.

    (Geerbt von combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
    Public Eigenschaft

    Enthält den Projektnamen, der in defaultProject in der Methode WebReportViewerMVCHelper.WebReportViewer angegeben wurde.

    (Geerbt von combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
    Public EigenschaftA 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. (Geerbt von combit.Reporting.Web.WebReportViewer.ProvideInformationReadOnlyBase)
    Top
    Siehe auch