Skip to main content
All docs
V21.1

TypeNameBasedReportResolver.Resolve(String) Method

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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