ReportItemList Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ReportItemList() | |
| ReportItemList(IEnumerable<IReportItem>) |
ReportItemList()
public:
ReportItemList();
public ReportItemList();
Public Sub New ()
S’applique à
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))
Paramètres
- items
- IEnumerable<IReportItem>