ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / RunOptions Class / LoadStartedCallback Property

In This Topic
    LoadStartedCallback Property
    In This Topic
    Gets or sets the callback for load started.
    Syntax
    'Declaration
     
    Public Property LoadStartedCallback As Action(Of DocumentModel,NameValueCollection)
    public Action<DocumentModel,NameValueCollection> LoadStartedCallback {get; set;}
    See Also