ChartFormulaParameter Class

Definition

Represents a parameter to a formula for a derived series.

public ref class ChartFormulaParameter sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionItem<Microsoft::ReportingServices::OnDemandReportRendering::ChartFormulaParameterInstance ^>
public sealed class ChartFormulaParameter : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameterInstance>
type ChartFormulaParameter = class
    inherit ChartObjectCollectionItem<ChartFormulaParameterInstance>
Public NotInheritable Class ChartFormulaParameter
Inherits ChartObjectCollectionItem(Of ChartFormulaParameterInstance)
Inheritance

Fields

m_instance

The instance of the base class.

(Inherited from ChartObjectCollectionItem<T>)

Properties

Instance

Gets the report instance object that contains the calculated values of this report definition object.

Name

Gets the name of the parameter.

Source

Gets the name of the ChartDataPointValue property to use as the value of this parameter.

Value

Gets an expression that evaluates to the value of the parameter if the value does not depend on the actual data points.

Applies to