ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DataSourceIconClickedEventArgs Class / DialogResult Property

In This Topic
    DialogResult Property (DataSourceIconClickedEventArgs)
    In This Topic
    Gets the value from the data source dialog.
    Syntax
    'Declaration
     
    Public ReadOnly Property DialogResult As DialogResult
    public DialogResult DialogResult {get;}

    Property Value

    An enumerated System.Windows.Forms.DialogResult value:

    • None
    • OK
    • Cancel
    • Abort
    • Retry
    • Ignore
    • Yes
    • No
    See Also