ActiveReports 13
LoadDocument(SectionReport) Method

GrapeCity.ActiveReports.Viewer.Win Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > LoadDocument Method : LoadDocument(SectionReport) Method

The section report to view in the viewer.

Load the specified section report object during run-time.
Syntax
'Declaration
 
Public Overloads Sub LoadDocument( _
   ByVal report As SectionReport _
) 
public void LoadDocument( 
   SectionReport report
)

Parameters

report

The section report to view in the viewer.

See Also

Reference

Viewer Class
Viewer Members
Overload List