Skip to main content
All docs
V18.2

ASPxClientReportDesigner.IsModified() Method

Indicates whether or not the current ASPxClientReportDesigner instance has been modified.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public bool IsModified()

Returns

Type Description
Boolean

true if the Web Report Designer has been modified; otherwise false.

See Also