Skip to main content
A newer version of this page is available. .

ValidateSqlEventArgs.Message Property

Specifies the error message to display if query validation fails.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public string Message { get; set; }

Property Value

Type Description
String

A string specifying the text of the error message.

See Also