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.