ChartDerivedSeries.FormulaParameters Property

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

Property Value

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

See Also

Reference

ChartDerivedSeries Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace