다음을 통해 공유


ChartDerivedSeries.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<ChartFormulaParameter>
An IList<T> object.

참고 항목

참조

ChartDerivedSeries 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스