A newer version of this page is available.
Switch to the current version.
XtraReport.PrintingSystem Property
Returns a report's Printing System that provides print and export settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(false)]
public PrintingSystemBase PrintingSystem { get; }
<Browsable(False)>
Public ReadOnly Property PrintingSystem As PrintingSystemBase
Property Value
Type | Description |
---|---|
PrintingSystemBase | A PrintingSystemBase descendant that provides print and export settings to the report. |
Remarks
Use this property to access a report's PrintingSystem.
For a code example, refer to Use Printing System Commands.
To display a report document in a Print Preview form, use the methods of the ReportPrintTool class.
See Also
Feedback