ReportItemList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReportItemList() | |
ReportItemList(IEnumerable<IReportItem>) |
ReportItemList()
public:
ReportItemList();
public ReportItemList ();
Public Sub New ()
Applies to
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))
Parameters
- items
- IEnumerable<IReportItem>