ReportItemList.CreateInstance Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- layoutEditor
- ILayoutEditor
- rdlReportItems
- IList<ReportItem>
- parent
- IParent