BrickBase.Location Property
Defines the current brick’s location, in GraphicsUnit.Document measurement units.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.2.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| PointF | A PointF value that represents the current brick’s location. |
Remarks
Note
This property can only be changed before completing a report. The Document.IsLocked property signals that the report is currently being generated.
See Also