Progress® Telerik® Reporting R3 2021
ReportItem.Size Property
Gets or sets the height and width of the report item.
Namespace:
Telerik.ReportingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Property Value
Type: SizeUThe SizeU that represents the height and width of the report item in Units.
Remarks
Because the SizeU 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 size of the
report item. So, adjusting the
Width or
Height properties of
the SizeU returned from this property will not affect the
Width or
Height of the report
item. To adjust the Width or Height of the report
item, you must set the item's Width or Height
property, or set the Size property with a new SizeU.
Version Information
Supported in: 1.0.1