MindFusion.Reporting for Silverlight Programmer's Guide
ReportPrinter Members
Constructors Properties Methods
 


Provides convenience methods for printing Report objects.

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

 Public Constructors

  Name Description

ReportPrinter

Initializes a new instance of the ReportPrinter class with the specified Report as an argument.

 Public Properties

  Name Description

DocumentName

Gets or sets the name of the printed document.

PageMargin

Gets or sets the desired margin on each page of the printed or previewed report, expressed in device-independent pixels.

PageSize

Gets or sets the desired page size of the printed or previewed report, expressed in device-independent pixels.

 Public Methods

  Name Description

PreparePrint

Prepares the underlying report for printing by layouting and rendering it. The prepared report can be subsequently printed through a call to the PrintPrepared method.

Print

Overloaded. Prints the report identified by the underlying Report object.

PrintPrepared

Prints a previously prepared report.

PrintRendered

Prints out an already rendered report.

 See Also

ReportPrinter Class
MindFusion.Reporting.Silverlight Namespace