Skip to main content

ReportManagerServiceViewModel.Reports Property

Gets a set of saved reports.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ObservableCollection<ReportInfoViewModel> Reports { get; }

Property Value

Type Description
ObservableCollection<ReportInfoViewModel>

A set of saved reports.

See Also