Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the path to a shared data source.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A DataSourceReference object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel