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

report

Glossary Item Box

Loads the specified section report.

Syntax

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

Parameters

report

See Also