ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / ServerSettings Property

In This Topic
    ServerSettings Property
    In This Topic
    Gets or sets settings related to the backend server, including the base URL and request modification handlers.
    Syntax
    'Declaration
     
    Public Property ServerSettings As ServerSettings
    public ServerSettings ServerSettings {get; set;}

    Property Value

    A ServerSettings object representing the settings related to the backend server.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also