ReportItemList.CreateInstance Método

Definição

public:
 static Microsoft::ReportDesigner::ReportItemList ^ CreateInstance(Microsoft::ReportDesigner::ILayoutEditor ^ layoutEditor, System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ rdlReportItems, Microsoft::ReportDesigner::IParent ^ parent);
public static Microsoft.ReportDesigner.ReportItemList CreateInstance (Microsoft.ReportDesigner.ILayoutEditor layoutEditor, System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportItem> rdlReportItems, Microsoft.ReportDesigner.IParent parent);
static member CreateInstance : Microsoft.ReportDesigner.ILayoutEditor * System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportItem> * Microsoft.ReportDesigner.IParent -> Microsoft.ReportDesigner.ReportItemList
Public Shared Function CreateInstance (layoutEditor As ILayoutEditor, rdlReportItems As IList(Of ReportItem), parent As IParent) As ReportItemList

Parâmetros

layoutEditor
ILayoutEditor
rdlReportItems
IList<ReportItem>
parent
IParent

Retornos

Aplica-se a