Share via


ChartFormulaParameter.Source Property

Name of the ChartDataPointValue property to use as the value of this parameter.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Source As String
    Get
    Set
'Usage
Dim instance As ChartFormulaParameter
Dim value As String

value = instance.Source

instance.Source = value
public string Source { get; set; }
public:
property String^ Source {
    String^ get ();
    void set (String^ value);
}
member Source : string with get, set
function get Source () : String
function set Source (value : String)

Property Value

Type: System.String
A string value.