2.284.4 CustomReportItem.AltReportItem

Applies to RDL 2005/01, RDL 2008/01, RDL 2010/01, and RDL 2016/01

The CustomReportItem.AltReportItem element specifies a report item element that is rendered if a CustomReportItem is not supported by the renderer. The CustomReportItem.AltReportItem element is optional and MUST NOT be specified more than once.

If this element is specified, it is of type ReportItems, and it MUST have a single ReportItem element child specified that is not of type CustomReportItem.

If the CustomReportItem.AltReportItem element is not specified, the value of the ReportItem element child is interpreted as a Rectangle element with no border and with a transparent background.<60>

Any restrictions on the placement or use of a report item apply when the report item is specified as a descendant of the CustomReportItem.AltReportItem element.

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

Parent elements

CustomReportItem

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

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