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

ReportDesignerDocument.HasChanges Property

Gets whether a report displayed by the current document has been changed. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v20.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool HasChanges { get; }

Property Value

Type Description
Boolean

true, if the report has changes; otherwise, false.

See Also