Search
Report Members
Constructors Properties Methods Events
 


Provides methods to generate, preview and print reports of Schedule objects.

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

Columns

Gets a collection with all columns in the report.

Options

Gets the options, controlling the print output.

Schedule

Gets or sets the schedule to be printed or previewed by the report.

 Public Methods

  Name Description

CreateColumn

Creates a new report column.

ExportExcel

Exports the items in the specified range from the underlying schedule as an Open Office XML format.

ExportPdf

Exports the items in the specified range from the underlying schedule as PDF.

Preview

Overloaded. Previews the report.

Print

Overloaded. Prints the report.

 Protected Methods

  Name Description

OnContinuePrinting

Raises the ContinuePrinting event.

OnFilterItem

Raises the FilterItem event.

OnQueryHeaderText

Raises the QueryHeaderText event.

OnQueryStyle

Raises the QueryStyle event.

OnQueryText

Raises the QueryText event.

 Public Events

  Name Description

ContinuePrinting

Raised at the end of a printing operation to enable users to continue printing the report with different view settings.

FilterItem

Raised for each individual item in the report during printing or previewing to confirm the item's availability in the report.

QueryHeaderText

Raised to allow clients to customize the text of column headers.

QueryStyle

Raised during the printing or previewing to allow clients to customize the style of elements displayed in the report.

QueryText

Raised during the printing or previewing to allow clients to customize particular texts displayed in the report.

 See Also