ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation Namespace / QueryDesignerDialog Class / ShowDialog Method

In This Topic
    ShowDialog Method
    In This Topic
    Shows the query designer dialog.
    Syntax
    'Declaration
     
    Public Function ShowDialog( _
       ByVal owner As Control, _
       Optional ByVal allowBackgoundThread As Boolean _
    ) As DialogResult
    public DialogResult ShowDialog( 
       Control owner,
       bool allowBackgoundThread
    )

    Parameters

    owner
    allowBackgoundThread
    See Also