ActiveReports Developer 7
LoadDocument(SectionReport) Method
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class > LoadDocument Method : LoadDocument(SectionReport) Method

report
The section report to view in the viewer.

Glossary Item Box

Load the specified section report.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LoadDocument( _
   ByVal report As SectionReport _
) 
C# 
public void LoadDocument( 
   SectionReport report
)

Parameters

report
The section report to view in the viewer.

See Also