MindFusion.Wpf Pack Programmer's Guide
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 an IEnumerable for all columns in the report.

DocumentPaginator

IDocumentPaginatorSource.DocumentPaginator implementation.

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 and adds it to the report's Columns collection.

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.

Print

Prints the items in the specified range from the underlying schedule.

PrintPreview

Overloaded. Shows Print preview dialog for the report.

 Protected Methods

  Name Description

OnFilterItem

Raises the FilterItem event.

OnQueryHeaderText

Raises the QueryHeaderText event.

OnQueryStyle

Raises the QueryStyle event.

OnQueryText

Raises the QueryText event.

 Public Events

  Name Description

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

Report Class
MindFusion.Scheduling.Reporting Namespace