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