SaveQueryEventArgs.ResultQuery Property
In This Article
Provides access to the resulting query.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
#Declaration
public SelectQuery ResultQuery { get; }
#Property Value
Type | Description |
---|---|
Select |
A Select |
See Also