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

Glossary Item Box

Loads a report.

Overload List

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

See Also