2.137 ChartFormulaParameter

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

The ChartFormulaParameter element specifies a parameter for a formula for a derived series. Depending on the value of the ChartDerivedSeries.DerivedSeriesFormula element, either the ChartFormulaParameter.Value or the ChartFormulaParameter.Source element MUST be specified.

The default value of the formula parameter is also dependent on the value of the ChartDerivedSeries.DerivedSeriesFormula element.

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

Parent elements

ChartFormulaParameters

Attributes

ChartFormulaParameter.Name

Child elements

ChartFormulaParameter.Source

ChartFormulaParameter.Value

The following is the XML Schema definition of the ChartFormulaParameter element in RDL 2008/01.

 <xsd:complexType name="ChartFormulaParameterType">
   <xsd:choice minOccurs="1">
     <xsd:element name="Value" type="xsd:string" minOccurs="0" />
     <xsd:element name="Source" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:string" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the ChartFormulaParameter element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartFormulaParameterType">
   <xsd:choice minOccurs="1">
     <xsd:element name="Value" type="xsd:string" minOccurs="0" />
     <xsd:element name="Source" type="xsd:string" minOccurs="0" />
     <xsd:any namespace="##other" processContents="lax" />
   </xsd:choice>
   <xsd:attribute name="Name" type="xsd:string" use="required" />
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>