2.284.11 CustomReportItem.Height

The CustomReportItem.Height element specifies the height of a CustomReportItem. This element is optional and MUST NOT be specified more than once. If this element is present, it is of type RdlSize.

If the CustomReportItem.Height element is not present, if the custom report item is not supported by the renderer, and if the CustomReportItem.AltReportItem element specifies a Tablix, then the height of the CustomReportItem is interpreted to be the maximum of the height of the tablix and the value of the CustomReportItem.Height element.

Under any other circumstances, if the CustomReportItem.Height element is not present, its value is interpreted as the Height element child of the immediate ancestor report item element minus the value of the CustomReportItem.Top element.

Note The height of a CustomReportItem is fixed and cannot be adjusted by the report item code.

Following is the parent element of the CustomReportItem.Height element.

Parent elements

CustomReportItem

The following is the XML Schema definition of the CustomReportItem.Height element.

 <xsd:element name="Height" type="SizeType" minOccurs="0" />