ActiveReports 12
LoadDocument Method (ViewerExtension)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.ArsClient Namespace > ViewerExtension Class : LoadDocument Method
The viewer to load report.
Remote report descriptor.
Load remote report from Active Reports Server.
Syntax
'Declaration
 
Public Shared Sub LoadDocument( _
   ByVal viewer As Viewer, _
   ByVal remoteReport As RemoteReportDescriptor _
) 
public static void LoadDocument( 
   Viewer viewer,
   RemoteReportDescriptor remoteReport
)

Parameters

viewer
The viewer to load report.
remoteReport
Remote report descriptor.
See Also

Reference

ViewerExtension Class
ViewerExtension Members