ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DdrDesigner.Designers.DataSet.SmartPanel Namespace / QueryDesignerHostBuilder Class / QueryDesignerHostBuilder Constructor
The data provider.
The connection string.

In This Topic
    QueryDesignerHostBuilder Constructor
    In This Topic
    Initializes new instance of QueryDesignerHostBuilder.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataProvider As String, _
       ByVal connectionString As String _
    )
    public QueryDesignerHostBuilder( 
       string dataProvider,
       string connectionString
    )

    Parameters

    dataProvider
    The data provider.
    connectionString
    The connection string.
    See Also