Propriedade do RDL IReportData.DataSets
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the collection of dataset that is displayed as part of the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Collections.Generic.IList<DataSet>
The collection of dataset.