IReportDesignerModelBuilder.IsCustomSqlDisabled(Boolean) Method
Enables or disables custom SQL string editing.
Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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 the Report Designer for Web.
See Also