Skip to main content
A newer version of this page is available. .

IWebDocumentViewerReportResolver.Resolve(String) Method

Returns a report object based on the specified report type name.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v17.2.Web.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

XtraReport Resolve(
    string reportEntry
)

Parameters

Name Type Description
reportEntry String

A String value, specifying the report type name.

Returns

Type Description
XtraReport

An XtraReport object.

See Also