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