Propriedade FormulaParameters
Gets the parameters for the DerivedSeriesFormula.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property FormulaParameters As ChartFormulaParameterCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartFormulaParameterCollection
A ChartFormulaParameterCollection object.
Consulte também