XRControl.BoundsF Property
Specifies the location and size of a report element, according to the system of measurement selected for the report.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
RectangleF | A RectangleF structure, specifying the element’s dimensions and location. |
Remarks
The value of this property is expressed in units appropriate to the report’s current system of measurement, which is specified by the XtraReport.ReportUnit property.
See Also