ReportItem.Height Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.