Lenguaje

ReportItemList Constructores

Definición

Sobrecargas

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

Se aplica a