ChartDerivedSeries.ChartFormulaParameters Propriedade

Definição

Parâmetros para a fórmula.

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)

Valor da propriedade

IList<ChartFormulaParameter>

Um objeto IList<T>.

Atributos

Aplica-se a