Skip to main content
A newer version of this page is available.
All docs
V19.1

TypeNameBasedReportResolver.Resolve(String) Method

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public virtual XtraReport Resolve(
    string reportEntry
)

Parameters

Name Type Description
reportEntry String

A report’s type name.

Returns

Type Description
XtraReport

An XtraReport object.

Implements

See Also