ReportItemList.CreateInstance Method
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.
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
Parameters
- layoutEditor
- ILayoutEditor
- rdlReportItems
- IList<ReportItem>
- parent
- IParent