次の方法で共有


IReportItem.OnDragDrop(Object, ReportItemDragParams) メソッド

定義

public:
 bool OnDragDrop(System::Object ^ dragDropTarget, Microsoft::ReportDesigner::ReportItemDragParams ^ reportItemDragParameters);
public bool OnDragDrop (object dragDropTarget, Microsoft.ReportDesigner.ReportItemDragParams reportItemDragParameters);
abstract member OnDragDrop : obj * Microsoft.ReportDesigner.ReportItemDragParams -> bool
Public Function OnDragDrop (dragDropTarget As Object, reportItemDragParameters As ReportItemDragParams) As Boolean

パラメーター

dragDropTarget
Object
reportItemDragParameters
ReportItemDragParams

戻り値

適用対象