Condividi tramite


Proprietà ChartDerivedSeries.FormulaParameters

Gets the parameters for the DerivedSeriesFormula.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ChartDerivedSeries Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering