MindFusion WinForms Programmer's Guide
Report Members
Constructors Properties Methods Events
 


Serves as base class for all reports.

The following tables list the members exposed by the Report type.

 Public Constructors

  Name Description

Report

Initializes a new instance of the Report class.

 Public Properties

  Name Description

Font

Gets or sets the default font in the report.

FontName

Gets or sets the default font in the report.

FontSize

Gets or sets the default font size in the report.

FontStyle

Gets or sets the default font style in the report.

MeasureUnit

Gets or sets the unit of the report measures.

Pages

Gets a collection with all report pages.

Parameters

Gets a list with the report parameters.

 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.

 Public Events

  Name Description

DeserializeDataSource

Raised during deserialization to resolve report data sources based on the string identifiers previously specified through the SerializeDataSource event.

ReportRun

Raised after the report has been processed.

SerializeDataSource

Raised during serialization to map the data sources referenced inside the report with string identifiers.

 See Also

Report Class
MindFusion.Reporting Namespace