Compartir a través de


IReportData.DataSets Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the collection of dataset that is displayed as part of the report.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
ReadOnly Property DataSets As IList(Of DataSet)
    Get
'Uso
Dim instance As IReportData 
Dim value As IList(Of DataSet)

value = instance.DataSets
IList<DataSet> DataSets { get; }
property IList<DataSet^>^ DataSets {
    IList<DataSet^>^ get ();
}
abstract DataSets : IList<DataSet>
function get DataSets () : IList<DataSet>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<DataSet>
The collection of dataset.

Vea también

Referencia

IReportData Interfaz

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel