Skip to main content

ReportManagerServiceViewModel.AreThereAnyReports Property

Gets or sets a value indicating whether the associated service has any reports. This is a dependency property.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool AreThereAnyReports { get; set; }

Property Value

Type Description
Boolean

True, if reports exist, otherwise, false.

See Also