ReportManagerService.GetReport(ReportInfo) Method
In This Article
Retrieves and returns the report specified by the ReportInfo.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public XtraReport GetReport(
ReportInfo id
)
#Parameters
Name | Type | Description |
---|---|---|
id | Report |
A Report |
#Returns
Type | Description |
---|---|
Xtra |
An Xtra |
#Implements
See Also