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

IReportManagerService.GetReport(ReportInfo) Method

Retrieves and returns the report by the specified ReportInfo.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

XtraReport GetReport(
    ReportInfo info
)

Parameters

Name Type Description
info ReportInfo

A ReportInfo object that represents the report’s identifier.

Returns

Type Description
XtraReport

An XtraReport object.

See Also