Search
Report Methods
 


 Public Methods

  Name Description

Layout

Layouts the report after it has been previously processed by a call to the Run method.

LoadFromXml

Overloaded. Loads the report from a file, stream, or XML node.

Run

Executes the report.

SaveToXml

Overloaded. Saves the report to a file, stream, or XML node.

 Protected Methods

  Name Description

Load

Loads the report from the specified XML element.

OnDeserializeDataSource

Raises the DeserializeDataSource event.

OnReportRun

Raises the ReportRun event.

OnSerializeDataSource

Raises the SerializeDataSource event.

Save

Saves the report to the specified XML element.

 See Also