Skip to main content

IReportManagerService.GetReport(ReportInfo) Method

Retrieves and returns the report by the specified ReportInfo.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v23.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