Share via


IReportData.DataSets Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
ReadOnly Property DataSets As IList(Of DataSet)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.IList<DataSet>
An IList<T> object.