Skip to main content

XtraReport.CreatePrintingSystem() Method

Creates a Printing System for the report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static PrintingSystemBase CreatePrintingSystem()

Returns

Type Description
PrintingSystemBase

A PrintingSystemBase object that represents the report’s Printing System.

See Also