Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

#Declaration

bool TryGetCachedReportSourceWeb(
    string reportEntry,
    out CachedReportSourceWeb cachedReportSourceWeb
)

#Parameters

Name Type Description
reportEntry String

A report name.

cachedReportSourceWeb CachedReportSourceWeb

A

#Returns

Type Description
Boolean

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

See Also