Back to Devexpress

ReportManagerService.GetReport(ReportInfo) Method

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

latest1.8 KB
Original Source

ReportManagerService.GetReport(ReportInfo) Method

Retrieves and returns the report specified by the ReportInfo.

Namespace : DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public XtraReport GetReport(
    ReportInfo id
)
vb
Public Function GetReport(
    id As ReportInfo
) As XtraReport

Parameters

NameTypeDescription
idReportInfo

A ReportInfo object that represents the report’s identifier.

|

Returns

TypeDescription
XtraReport

An XtraReport object.

|

Implements

GetReport(ReportInfo)

See Also

ReportManagerService Class

ReportManagerService Members

DevExpress.Xpf.Reports.UserDesigner.Extensions Namespace