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.
See Also