ActiveReports 19 .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
    Gets or sets the callback invoked when an error occurs during the process of displaying the report.
    Syntax
    'Declaration
     
    Public Property Error As Action(Of ErrorInfo)
    public Action<ErrorInfo> Error {get; set;}

    Property Value

    A callback function that takes an ErrorInfo object.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also