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

Glossary Item Box

Loads a report.

Overload List

OverloadDescription
LoadDocument(Stream,DocumentFormat)Loads the document from stream.  
LoadDocument(String)Load the report from a specified file path.  
LoadDocument(PageDocument)Load the specified page document.  
LoadDocument(SectionReport)Load the specified section report.  
LoadDocument(SectionDocument)Load the specified section document.  

See Also