ChartFormulaParameters 屬性
Parameters to the formula.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ChartFormulaParameters As IList(Of ChartFormulaParameter)
Get
Set
'用途
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>)
屬性值
型別:System.Collections.Generic. . :: . .IList< (Of < ( <'ChartFormulaParameter> ) > ) >
An IList<(Of <(<'T>)>)> object.