ReportItem.Top Property

Definition

Gets or sets the vertical position of the top edge of the report item, in units such as cm, mm, in, pt, or pc.

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

Property Value

A ReportSize object containing the vertical position of the top 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