Prefix Property (ReportViewerSettings)
Gets or sets the web API endpoint prefix.
'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"
.