Skip to main content

ReportDesignerModel.IsCustomSqlDisabled Property

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v26.1.Web.dll

Declaration

public bool IsCustomSqlDisabled { get; set; }

Property Value

Type Description
Boolean

true if custom SQL editing is disabled; otherwise false.

See Also