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

ReportDesignerModel.IsCustomSqlDisabled Property

Specifies whether or not the editing of custom SQL strings is disabled.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

public bool IsCustomSqlDisabled { get; set; }

Property Value

Type Description
Boolean

true if custom SQL editing is disabled; otherwise false.

See Also