ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitializationOptions Class / Error Property

In This Topic
    Error Property (InitializationOptions)
    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

    An action that takes an ErrorInfo object.
    See Also