Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace