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

document
the section document to open in the viewer.

Glossary Item Box

Load the specified section document.

Syntax

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

Parameters

document
the section document to open in the viewer.

See Also