DataSource.DataSourceReference Property
The path to a shared data source.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataSourceReference As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A DataSourceReference object.