共用方式為


RdlCollection<T> 建構函式 (IEnumerable<T>)

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Sub New ( _
    items As IEnumerable(Of T) _
)
'用途
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>
)

參數

請參閱

參考

RdlCollection<T> 類別

RdlCollection<T> 多載

Microsoft.ReportingServices.RdlObjectModel 命名空間