Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the path to a shared data source.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property DataSourceReference As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A DataSourceReference object.