ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / DataSourceIconClickedEventArgs Class / DataSourceIconClickedEventArgs Constructor
The enumerated DialogResult value returned from the dialog.

In This Topic
    DataSourceIconClickedEventArgs Constructor
    In This Topic
    Initializes a new instance of the DatasourceClickEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dialogResult As DialogResult _
    )
    public DataSourceIconClickedEventArgs( 
       DialogResult dialogResult
    )

    Parameters

    dialogResult
    The enumerated DialogResult value returned from the dialog.
    See Also