ChartFormulaParameter.Value Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Value As ReportVariantProperty
    Get
'Usage
Dim instance As ChartFormulaParameter
Dim value As ReportVariantProperty

value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
    ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty