ChartDerivedSeries.ChartFormulaParameters Property

Definition

Parameters to the formula.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartFormulaParameter ^> ^ ChartFormulaParameters { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartFormulaParameter ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ChartFormulaParameter ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartFormulaParameter>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartFormulaParameter> ChartFormulaParameters { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ChartFormulaParameter>))>]
member this.ChartFormulaParameters : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ChartFormulaParameter> with get, set
Public Property ChartFormulaParameters As IList(Of ChartFormulaParameter)

Property Value

An IList<T> object.

Attributes

Applies to