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

ReportInfoViewModel.DeleteCommand Property

Removes the underlying reports from the service’s store.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ICommand DeleteCommand { get; }

Property Value

Type Description
ICommand

An ICommand object that removes the underlying reports from the service store.

See Also