Overload | Description |
---|---|
LoadDocument(Stream,DocumentFormat) | Loads a document from a stream in the specified binary or XML report format. |
LoadDocument(String) | Load the report from a specified file path. |
LoadDocument(PageDocument) | Load the specified static page report document. |
LoadDocument(SectionReport) | Load the specified section report object during run-time. |
LoadDocument(SectionDocument) | Load the specified static section report document. |