RdlCollection<T> Constructor (IEnumerable<T>)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the RdlCollection<T> class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
items As IEnumerable(Of T) _
)
'Usage
Dim items As IEnumerable(Of T)
Dim instance As New RdlCollection(items)
public RdlCollection(
IEnumerable<T> items
)
public:
RdlCollection(
IEnumerable<T>^ items
)
new :
items:IEnumerable<'T> -> RdlCollection
public function RdlCollection(
items : IEnumerable<T>
)
Parameters
- items
Type: System.Collections.Generic.IEnumerable<T>
The items in the collection.