Back to Devexpress

SaveQueryEventArgs.ResultQuery Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-savequeryeventargs.md

latest1.1 KB
Original Source

SaveQueryEventArgs.ResultQuery Property

Provides access to the resulting query.

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
public SelectQuery ResultQuery { get; }
vb
Public ReadOnly Property ResultQuery As SelectQuery

Property Value

TypeDescription
SelectQuery

A SelectQuery object.

|

See Also

SaveQueryEventArgs Class

SaveQueryEventArgs Members

DevExpress.XtraReports.Web Namespace