Freigeben über


ChartDerivedSeries.FormulaParameters-Eigenschaft

Gets the parameters for the DerivedSeriesFormula.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property FormulaParameters As ChartFormulaParameterCollection 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameterCollection
A ChartFormulaParameterCollection object.

Siehe auch

Verweis

ChartDerivedSeries Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace