PrintingSystemBase(IContainer) Constructor
Initializes a new PrintingSystemBase class instance and adds it to the form’s container.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An IContainer that contains an XtraPrintingSystemBase component, if any. |
See Also