Skip to main content
A newer version of this page is available. .

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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public virtual bool IsDefault()

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