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

ICachedReportSourceWebResolver.TryGetCachedReportSourceWeb(String, out CachedReportSourceWeb) Method

Checks whether the specified report can be associated with a CachedReportSourceWeb object and returns this object as an out parameter.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

bool TryGetCachedReportSourceWeb(
    string reportEntry,
    out CachedReportSourceWeb cachedReportSourceWeb
)

Parameters

Name Type Description
reportEntry String

A report’s unique name.

cachedReportSourceWeb CachedReportSourceWeb

Returns

Type Description
Boolean

true, if a specified report can be associated with a CachedReportSourceWeb object. Otherwise, false.

See Also