ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / Server Property

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

    Property Value

    An instance of ServerSettings representing the server settings.
    See Also