此 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>
)
參數
- items
型別:System.Collections.Generic.IEnumerable<T>
The items in the collection.