BrickBase.Location Property
Defines the current brick’s location, in GraphicsUnit.Document measurement units.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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