Height Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Indicates the height of the item.
Datatype Characteristics
Characteristic | Description |
---|---|
Data type and length |
String |
Default value |
None |
Element Relationships
Relationship | Element |
---|---|
Parent elements |
Body Element (RDL), PageSection Element (RDL), ReportItem Element (RDL), |
Child elements |
None |
Remarks
The string for the Height element must be a valid Size. For more information, see Report Definition Language Data Types.
The maximum size for Height is 160 inches. The minimum size is 0 inches.
Only lines can have a negative size. Height combined with width determines the endpoint of the line.
If the Height element is omitted, the default is the value of Height for the containing item minus the value of the sibling Top element, except for tablix report items. For a tablix, the default is derived from the sizes of the columns, rows, and cells.
Setting a report item height element equal to 0 does not hide the report item when rendered. To hide a report item, set the visibility property Hidden Element (RDL) to true.
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Designing the Report Layout
Controlling Report Pagination
NIB: Rendering Considerations for Automatic Sizing and Positioning