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 data sources from which data sets are taken for this report.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property DataSources As IList(Of DataSource)
Get
Set
'Uso
Dim instance As Report
Dim value As IList(Of DataSource)
value = instance.DataSources
instance.DataSources = value
public IList<DataSource> DataSources { get; set; }
public:
virtual property IList<DataSource^>^ DataSources {
IList<DataSource^>^ get () sealed;
void set (IList<DataSource^>^ value) sealed;
}
abstract DataSources : IList<DataSource> with get, set
override DataSources : IList<DataSource> with get, set
final function get DataSources () : IList<DataSource>
final function set DataSources (value : IList<DataSource>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<DataSource>
The data sources from which data sets are taken for this report.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel