ChartDerivedSeries.FormulaParameters プロパティ
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
ChartFormulaParameterCollection オブジェクト。