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.ReportingAssembly: 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
See Also