Construtor RdlCollection(T) (IEnumerable(T))
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Sub New ( _
items As IEnumerable(Of T) _
)
'Uso
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>
)
Parâmetros
- items
Tipo: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'T> ) > ) >
The items in the collection.