Back to Devexpress

IReportManagerService.GetReport(ReportInfo) Method

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-extensions-dot-ireportmanagerservice-dot-getreport-x28-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-extensions-dot-reportinfo-x29.md

latest1.6 KB
Original Source

IReportManagerService.GetReport(ReportInfo) Method

Retrieves and returns the report by the specified ReportInfo.

Namespace : DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
XtraReport GetReport(
    ReportInfo info
)
vb
Function GetReport(
    info As ReportInfo
) As XtraReport

Parameters

NameTypeDescription
infoReportInfo

A ReportInfo object that represents the report’s identifier.

|

Returns

TypeDescription
XtraReport

An XtraReport object.

|

See Also

IReportManagerService Interface

IReportManagerService Members

DevExpress.Xpf.Reports.UserDesigner.Extensions Namespace