ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / DocumentLoaded Property

In This Topic
    DocumentLoaded Property (ReportViewer)
    In This Topic
    Gets or sets the сallback invoked when a document is fully loaded on the server.
    Syntax
    'Declaration
     
    Public Property DocumentLoaded As Action
    public Action DocumentLoaded {get; set;}

    Property Value

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