A newer version of this page is available.
Switch to the current version.
Brick.PrintingSystem Property
Gets or sets the Printing System used to create and print this brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual PrintingSystemBase PrintingSystem { get; set; }
Public Overridable Property PrintingSystem As PrintingSystemBase
Property Value
Type | Description |
---|---|
PrintingSystemBase | A PrintingSystemBase object which specifies the Printing System used to create and print this brick. |
See Also
Feedback