LayoutEditor.ReparentReportItems(ReportItemList, IParent) 方法

定义

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)

参数

newParent
IParent

实现

适用于