ReportItemList コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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))
パラメーター
- items
- IEnumerable<IReportItem>