ReportManagerService.RemoveReport(ReportInfo) Method
In This Article
Remove the specified report from the service store.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public void RemoveReport(
ReportInfo id
)
#Parameters
Name | Type | Description |
---|---|---|
id | Report |
A Report |
#Implements
See Also