Partager via


Propriété ChartDerivedSeries.FormulaParameters

Gets the parameters for the DerivedSeriesFormula.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FormulaParameters As ChartFormulaParameterCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartDerivedSeries Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering