Skip to main content

ReportManagerService.GetReport(ReportInfo) Method

Retrieves and returns the report specified by the ReportInfo.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public XtraReport GetReport(
    ReportInfo id
)

Parameters

Name Type Description
id ReportInfo

A ReportInfo object that represents the report’s identifier.

Returns

Type Description
XtraReport

An XtraReport object.

See Also