Skip to main content
All docs
V23.2

IReportDesignerModelBuilder.IsCustomSqlDisabled(Boolean) Method

Enables or disables custom SQL string editing.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

IReportDesignerModelBuilder IsCustomSqlDisabled(
    bool isCustomSqlDisabled
)

Parameters

Name Type Description
isCustomSqlDisabled Boolean

True to enable editing custom SQL strings; otherwise, false.

Returns

Type Description
IReportDesignerModelBuilder

A IReportDesignerModelBuilder that can be used to further configure the Report Designer.

Remarks

Users who utilize the built-in Query Builder component are limited to creating secure SELECT SQL queries. For more information, review the following help topic: Custom SQL Query in Report Designer for Web.

See Also