ReportItem.Height Property

Definition

Gets or sets the height of the item on the report, including a unit designator such as cm, mm, in, pt, or pc.

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

Property Value

A ReportSize object that contains the height of the item on the report.

Remarks

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

Applies to