ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexViewer Assembly / C1.Web.Mvc.Viewer.TagHelpers Namespace / ReportViewerTagHelper Class / ServiceUrl Property

In This Topic
    ServiceUrl Property (ReportViewerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Viewer.ViewerBase.ServiceUrl. Sets the service url. It works as "~/api/" when it is not set.
    Syntax
    'Declaration
     
    Public Property ServiceUrl As String
    public string ServiceUrl {get; set;}
    See Also