ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class / ServiceUrl Property

In This Topic
    ServiceUrl Property (PivotEngineTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotEngine.ServiceUrl. Sets the service url.
    Syntax
    'Declaration
     
    Public Property ServiceUrl As String
    public string ServiceUrl {get; set;}
    Remarks
    Now it only supports the services provided by C1DataEngine Web API.
    See Also