PrintOptions Members

Provides properties and methods for setting the options for printing a report.

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

Public Properties

Property Description
Public property CustomPaperSource  Gets or sets the current printer paper source.
Public property PageContentHeight  Gets the height of the page's content.
Public property PageContentWidth  Gets the width of the page's content.
Public property PageMargins  Gets the reports' page margins. Use the ApplyPageMargins method to apply the changes.
Public property PaperOrientation  Gets or sets the current printer paper orientation.
Public property PaperSize  Gets or sets the current printer paper size.
Public property PaperSource  Gets or sets the current printer paper source.
Public property PrinterDuplex  Gets or sets the current printer duplex option.
Public property PrinterName  Gets or sets the printer name used by the report.

Top

Public Methods

Method Description
Public method ApplyPageMargins  Applies the page margin settings to the report.
Public method CopyFrom  Copies the values of PrinterSettings and PageSettings into this PrintOptions.
Public method CopyTo  Copies the values of this PrintOptions into PrinterSettings and PageSettings.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace