ActiveReports 12
AllowDrop Property (DataVisualizerBasePanel)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : AllowDrop Property
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Syntax
'Declaration
 
Public Overridable Property AllowDrop As Boolean
public virtual bool AllowDrop {get; set;}

Property Value

true if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members