ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / Error Property

In This Topic
    Error Property (ReportViewer)
    In This Topic
    The callback that is invoked when an error occurs in the process of displaying the report
    Syntax
    'Declaration
     
    Public Property Error As Action(Of ErrorInfo)
    public Action<ErrorInfo> Error {get; set;}
    See Also