Udostępnij za pośrednictwem


Konstruktor RdlCollection<T> (IEnumerable<T>)

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Sub New ( _
    items As IEnumerable(Of T) _
)
'Użycie
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>
)

Parametry