RdlCollection(T)-Konstruktor (IEnumerable(T))
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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>
)
Parameter
- items
Typ: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
The items in the collection.