ReportItemList Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ReportItemList() | |
| ReportItemList(IEnumerable<IReportItem>) |
ReportItemList()
public:
ReportItemList();
public ReportItemList();
Public Sub New ()
Se aplica a
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))
Parámetros
- items
- IEnumerable<IReportItem>