XtraReport.CreatePrintingSystem() Method
In This Article
Creates a Printing System for the report.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public static PrintingSystemBase CreatePrintingSystem()
#Returns
Type | Description |
---|---|
Printing |
A Printing |
See Also