Skip to main content
A newer version of this page is available. .

ASPxQueryBuilder.OpenConnection(String, SelectQuery) Method

Opens a connection to a database.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public void OpenConnection(
    string connectionName,
    SelectQuery selectQuery
)

Parameters

Name Type Description
connectionName String

The name of a connection string defined in the application’s configuration file.

selectQuery SelectQuery

A SelectQuery object.

See Also