Skip to main content

IReportResolver.Resolve(String, Boolean) Method

Returns a report object based on the specified report name.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v23.2.Service.dll

NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

XtraReport Resolve(
    string reportName,
    bool getParameters
)

Parameters

Name Type Description
reportName String

A String value, specifying the report name.

getParameters Boolean

true if the report is required only to obtain its parameters; otherwise false.

Returns

Type Description
XtraReport

An XtraReport object.

See Also