Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IReportResolver.Resolve(String, Boolean) Method

Returns a report object based on the specified report name.

Namespace: DevExpress.XtraReports.Service.Extensions

Assembly: DevExpress.XtraReports.v24.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