Proprietà ChartFormulaParameter.Source

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Source As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The name of the ChartDataPointValue property to use as the value of this parameter.

Vedere anche

Riferimento

ChartFormulaParameter Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel