Skip to main content

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.v23.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