Share via


RdlCollection<T> Constructor (IEnumerable<T>)

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
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