2.284.15 CustomReportItem.ReportItems

Applies to RDL 2003/10

The CustomReportItem.ReportItems element specifies a collection of report item elements that are rendered if the CustomReportItem is not supported by the renderer.

The CustomReportItem.ReportItems element is optional and MUST NOT be specified more than once. If this element is present, it is of type ReportItems. If the CustomReportItem.ReportItems element is not present, the ReportItems element child is interpreted as a Rectangle element with no border and with a transparent background.

The Top, Left, Height, and Width elements of the CustomReportItem element are used only if ReportItem elements in CustomReportItem.ReportItems are not being rendered.

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

Parent elements

CustomReportItem

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

 <xsd:element name="ReportItems" type="ReportItemsType" minOccurs="0" />