ReportDesignerBase.EnableCustomSql Property
OBSOLETE
This property has become obsolete. Use the SqlWizardSettings.EnableCustomSql property instead. To learn more, see the following breaking change: https://www.devexpress.com/bcid=BC4051.
This property has become obsolete. Use the SqlWizardSettings.EnableCustomSql property instead.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[Obsolete("This property has become obsolete. Use the SqlWizardSettings.EnableCustomSql property instead. To learn more, see the following breaking change: https://www.devexpress.com/bcid=BC4051.")]
public bool EnableCustomSql { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to allow end-users to edit SQL queries; otherwise, false. |
Remarks
To learn more, see Ensuring Data Access Security.
See Also