ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / Designer Class / PromptUser Property

In This Topic
    PromptUser Property (Designer)
    In This Topic
    Determines whether to display a dialog when a control is deleted.
    Syntax
    'Declaration
     
    Public Property PromptUser As Boolean
    public bool PromptUser {get; set;}
    Remarks
    If set to true, the dialog is presented when a control is deleted at report design time.
    See Also