Partilhar via


Propriedade Source

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

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

Sintaxe

'Declaração
Public Property Source As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String
A string value.