List & Label .NET
combit.Reporting.Web.WebReportViewer Namespace / ProvideInformationReadOnlyBase Klasse / ClientData Eigenschaft


In diesem Thema
    ClientData Eigenschaft (ProvideInformationReadOnlyBase)
    In diesem Thema
    Gets 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>
    Syntax
    'Deklaration
     
    
    Public ReadOnly Property ClientData As String
    public string ClientData {get;}
    public:
    property String^ ClientData {
       String^ get();
    }
    Anforderungen

    Plattformen: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    Siehe auch