ValidateSqlEventArgs Class
Provides data for the XRDesignMdiController.ValidateCustomSql event.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Remarks
The XRDesignMdiController.ValidateCustomSql event fires after default validation of a custom SQL query has been performed.
ValidateSqlEventArgs objects are automatically created, adjusted and passed to XRDesignMdiController.ValidateCustomSql event handlers.
See Also