ReportItem.Left Property

Definition

Gets or sets the horizontal position of the left edge of the report item, including a unit designator such as cm, mm, in, pt, or pc.

public:
 property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Left { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Left { get; set; }
member this.Left : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Left As ReportSize

Property Value

A ReportSize object containing the horizontal position of the left edge of the item on the report relative to its parent.

Remarks

The positioning of the item is relative to the parent object.

For more information about unit designators, see CSS Length Units Reference.

Applies to