Progress® Telerik® Reporting R3 2021
ReportItem.Location Property
Gets or sets the coordinates of the upper-left corner of the report
item relative to the upper-left corner of its container.
Namespace:
Telerik.ReportingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Property Value
Type: PointUThe PointU that represents the upper-left corner of the report item relative to the upper-left corner of its container.
Remarks
Because the PointU class is a value type (Structure
in Visual Basic, struct in Visual C#), it is returned by
value, meaning accessing the property returns a copy of the
upper-left point of the report item. So, adjusting the
X or
Y properties of the
PointU returned from this property will not affect the
Left,
Right,
Top, or
Bottom property values
of the report item. To adjust these properties set each property
value individually, or set the Location property with a new
PointU.
Version Information
Supported in: 1.0.1