2.132 ChartCodeParameter

Applies to RDL 2008/01

The ChartCodeParameter element is ignored.

The following are the parent elements, attributes, and child elements of the ChartCodeParameter element.

Parent elements

ChartCodeParameters

Attributes

ChartCodeParameter.Name

Child elements

ChartCodeParameter.Value

The following is the XML Schema definition of the ChartCodeParameter element.          

 <xsd:complexType name="ChartCodeParameterType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Value" type="xsd:string" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:normalizedString" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>