List & Label .NET
combit.Reporting.Web.WebReportDesigner.Server Namespace / WebReportDesignerSessionOptions Class / ClientData Property


In This Topic
    ClientData Property
    In This Topic
    This property allows passing arbitrary client-specific data from the frontend to the server-side context of the Web Report Designer. Typical use cases include passing an authentication key (authKey) or specifying the List & Label language directly from the frontend instead of the backend.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ClientData As String
    public string ClientData {get;}
    public:
    property String^ ClientData {
       String^ get();
    }
    Requirements

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

    See Also