ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / ReportViewerSettings Class / Prefix Property

In This Topic
    Prefix Property (ReportViewerSettings)
    In This Topic
    Gets or sets the web API endpoint prefix.
    Syntax
    'Declaration
     
    Public Property Prefix As String
    public string Prefix {get; set;}

    Property Value

    A System.String value representing the prefix for the web API endpoint. Default is "/api/reporting".
    See Also