Partager via


Propriété ChartFormulaParameter.Source

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Source As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ChartFormulaParameter Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel