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

IReportManagerService.RemoveReport(ReportInfo) Method

Remove the specified report from the service store.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

void RemoveReport(
    ReportInfo info
)

Parameters

Name Type Description
info ReportInfo

A ReportInfo object that represents the report’s identifier.

See Also