ChartDerivedSeries.ChartFormulaParameters Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Um objeto IList<T>.
- Atributos