ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitializationOptions Class / DocumentLoaded Property

In This Topic
    DocumentLoaded Property (InitializationOptions)
    In This Topic
    The callback that is invoked when a document is loaded entirely on the server
    Syntax
    'Declaration
     
    Public Property DocumentLoaded As Action
    public Action DocumentLoaded {get; set;}
    See Also