Skip to main content

SaveQueryEventArgs(SelectQuery, String) Constructor

Initializes a new instance of the SaveQueryEventArgs class with the specified settings.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public SaveQueryEventArgs(
    SelectQuery query,
    string selectStatement
)

Parameters

Name Type Description
query SelectQuery

A SelectQuery object.

selectStatement String

A String value, specifying the query string.

See Also