ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportServiceSettings Class / Url Property

In This Topic
    Url Property (ReportServiceSettings)
    In This Topic
    Gets or sets the URL used to connect to the Web API.
    Syntax
    'Declaration
     
    Public Property Url As String
    public string Url {get; set;}

    Property Value

    The base URL of the Web API as a System.String.
    See Also