Partilhar via


Propriedade do RDL DataSource.DataSourceReference

Gets or sets the path to a shared data source.

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

Sintaxe

'Declaração
Public Property DataSourceReference As String 
    Get 
    Set
'Uso
Dim instance As DataSource 
Dim value As String 

value = instance.DataSourceReference

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

Valor da propriedade

Tipo: System.String
A DataSourceReference object.

Consulte também

Referência

DataSource Classe

Namespace Microsoft.ReportingServices.RdlObjectModel