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

In This Topic
    Error Property (PivotEngineTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Olap.PivotEngine.OnClientError client event. Occurs when there is an error getting data from the server.
    Syntax
    'Declaration
     
    Public Property Error As String
    public string Error {get; set;}
    See Also