ILayoutEditor.ReparentReportItems(ReportItemList, IParent) 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:
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
Public Sub ReparentReportItems (items As ReportItemList, newParent As IParent)
Parameters
- items
- ReportItemList
- newParent
- IParent