LayoutEditor.PerformDropToReportItem 方法

定义

public:
 virtual void PerformDropToReportItem(Microsoft::ReportDesigner::IReportItem ^ leafItem, Microsoft::ReportDesigner::ReportItemDragParams ^ reportItemDragParameters);
public void PerformDropToReportItem (Microsoft.ReportDesigner.IReportItem leafItem, Microsoft.ReportDesigner.ReportItemDragParams reportItemDragParameters);
abstract member PerformDropToReportItem : Microsoft.ReportDesigner.IReportItem * Microsoft.ReportDesigner.ReportItemDragParams -> unit
override this.PerformDropToReportItem : Microsoft.ReportDesigner.IReportItem * Microsoft.ReportDesigner.ReportItemDragParams -> unit
Public Sub PerformDropToReportItem (leafItem As IReportItem, reportItemDragParameters As ReportItemDragParams)

参数

leafItem
IReportItem
reportItemDragParameters
ReportItemDragParams

实现

适用于