SaveQueryEventArgs(SelectQuery, String) Constructor
Initializes a new instance of the SaveQueryEventArgs class with the specified settings.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
query | SelectQuery | A SelectQuery object. |
selectStatement | String | A String value, specifying the query string. |
See Also