BrickGraphics.DrawEmptyBrick(RectangleF) Method
Adds a specific EmptyBrick to a report.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rect | RectangleF | The location and size of the EmptyBrick. |
Returns
Type | Description |
---|---|
EmptyBrick | The EmptyBrick added to a report. |
Remarks
This method adds a specific EmptyBrick to a report. EmptyBrick is a non-visual brick, whose main purpose is to limit the brick’s group.
See Also