CustomPrintEventArgs.Rect Property
Defines the size and location of the printed or exported cell.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
Rectangle | A System.Drawing.Rectangle structure. |
Remarks
The Rect property defines the width, height, and location of the printed or exported cell. The X and Y coordinates are specified from the top left corner of a cell.
See Also