XRScriptsBase.IsDefault() Method
Determines whether the current script is equal to the default script text. For internal use only.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Returns
Type | Description |
---|---|
Boolean | true if the current script is default; otherwise, false. |
Remarks
This method is intended for internal use only. Normally, you don’t need to call it in your code.
See Also