Właściwość ChartDerivedSeries.ChartFormulaParameters
Parametry w formule.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ChartFormulaParameters As IList(Of ChartFormulaParameter)
Get
Set
'Użycie
Dim instance As ChartDerivedSeries
Dim value As IList(Of ChartFormulaParameter)
value = instance.ChartFormulaParameters
instance.ChartFormulaParameters = value
public IList<ChartFormulaParameter> ChartFormulaParameters { get; set; }
public:
property IList<ChartFormulaParameter^>^ ChartFormulaParameters {
IList<ChartFormulaParameter^>^ get ();
void set (IList<ChartFormulaParameter^>^ value);
}
member ChartFormulaParameters : IList<ChartFormulaParameter> with get, set
function get ChartFormulaParameters () : IList<ChartFormulaParameter>
function set ChartFormulaParameters (value : IList<ChartFormulaParameter>)
Wartość właściwości
Typ: System.Collections.Generic.IList<ChartFormulaParameter>
IList<T> Obiektu.
Zobacz także