ContainerReportItem.OnDragDrop(Object, ReportItemDragParams) 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:
override bool OnDragDrop(System::Object ^ dragDropTarget, Microsoft::ReportDesigner::ReportItemDragParams ^ reportItemDragParameters);
public override bool OnDragDrop (object dragDropTarget, Microsoft.ReportDesigner.ReportItemDragParams reportItemDragParameters);
override this.OnDragDrop : obj * Microsoft.ReportDesigner.ReportItemDragParams -> bool
Public Overrides Function OnDragDrop (dragDropTarget As Object, reportItemDragParameters As ReportItemDragParams) As Boolean
Parameters
- dragDropTarget
- Object
- reportItemDragParameters
- ReportItemDragParams