言語

ReportItemList コンストラクター

定義

オーバーロード

ReportItemList()

public:
 ReportItemList();
public ReportItemList();
Public Sub New ()

適用対象

ReportItemList(IEnumerable<IReportItem>)

public:
 ReportItemList(System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ items);
public ReportItemList(System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> items);
new Microsoft.ReportDesigner.ReportItemList : seq<Microsoft.ReportDesigner.IReportItem> -> Microsoft.ReportDesigner.ReportItemList
Public Sub New (items As IEnumerable(Of IReportItem))

パラメーター

適用対象