ASPxQueryBuilder.OpenConnection(String, SelectQuery) Method
In This Article
Opens a connection to a database.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
#Declaration
public void OpenConnection(
string connectionName,
SelectQuery selectQuery
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
String | The name of a connection string defined in the application’s configuration file. |
select |
Select |
A Select |
See Also