共用方式為


ChartDerivedSeries.FormulaParameters 屬性

Gets the parameters for the DerivedSeriesFormula.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property FormulaParameters As ChartFormulaParameterCollection 
    Get
'用途
Dim instance As ChartDerivedSeries 
Dim value As ChartFormulaParameterCollection 

value = instance.FormulaParameters
public ChartFormulaParameterCollection FormulaParameters { get; }
public:
property ChartFormulaParameterCollection^ FormulaParameters {
    ChartFormulaParameterCollection^ get ();
}
member FormulaParameters : ChartFormulaParameterCollection
function get FormulaParameters () : ChartFormulaParameterCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameterCollection
A ChartFormulaParameterCollection object.

請參閱

參考

ChartDerivedSeries 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間