Skip to main content
A newer version of this page is available.
All docs
V18.2

TypeNameBasedReportResolver.Resolve(String) Method

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

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

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