Reporting

Gets or sets the distance, in Units, between the left edge of the report item and the left edge of its container's client area.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public Unit Left { get; set; }
Visual Basic
Public Property Left As Unit
	Get
	Set

Field Value

An Unit representing the distance between the left edge of the report item and the left edge of its container's client area.

Remarks

The Left property value is equivalent to the X property of the Location property value of the report item.

Changes made to the Width and Left property values cause the Right property value of the report item to change.

See Also