Costruttore RdlCollection<T> (IEnumerable<T>)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Initializes a new instance of the RdlCollection<T> class.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    items As IEnumerable(Of T) _
)
'Utilizzo
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>
)

Parametri

Vedere anche

Riferimento

RdlCollection<T> Classe

Overload RdlCollection<T>

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel