LayoutEditor.ReparentReportItems(ReportItemList, IParent) Method

Definition

public:
 virtual void ReparentReportItems(Microsoft::ReportDesigner::ReportItemList ^ items, Microsoft::ReportDesigner::IParent ^ newParent);
public void ReparentReportItems (Microsoft.ReportDesigner.ReportItemList items, Microsoft.ReportDesigner.IParent newParent);
abstract member ReparentReportItems : Microsoft.ReportDesigner.ReportItemList * Microsoft.ReportDesigner.IParent -> unit
override this.ReparentReportItems : Microsoft.ReportDesigner.ReportItemList * Microsoft.ReportDesigner.IParent -> unit
Public Sub ReparentReportItems (items As ReportItemList, newParent As IParent)

Parameters

newParent
IParent

Implements

Applies to