2.284.2 CustomReportItem.Type

In RDL 2003/10, CustomReportItem.Type is an attribute that specifies an identifier for a CustomReportItem, the value of which is interpreted by a report design tool or server. The CustomReportItem.Type attribute MUST be specified and its value MUST be a NormalizedString.

In RDL 2005/01, RDL 2008/01, RDL 2010/01, and RDL 2016/01, CustomReportItem.Type is an element that specifies a reference name that enables the identification of the custom program that renders a CustomReportItem. The CustomReportItem.Type element MUST be specified and is of type String ([XMLSCHEMA2/2] section 3.2.1).

Following is the parent element of the CustomReportItem.Type attribute in RDL 2003/10, and the CustomReportItem.Type element in RDL 2005/01, RDL 2008/01, RDL 2010/01, and RDL 2016/01.

Parent elements

CustomReportItem

The following is the XML Schema definition of the CustomReportItem.Type attribute in RDL 2003/10.

 <xsd:attribute name="Type" type="xsd:normalizedString" use="required" />

The following is the XML Schema definition of the CustomReportItem.Type element in RDL 2005/01, RDL 2008/01, RDL 2010/01, and RDL 2016/01.

 <xsd:element name="Type" type="xsd:string" />