Propriété DataSourceReference
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.