ICachedReportSourceWebResolver.TryGetCachedReportSourceWeb(String, out CachedReportSourceWeb) Method
In This Article
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 |
---|---|---|
report |
String | A report name. |
cached |
Cached |
A |
#Returns
Type | Description |
---|---|
Boolean | true, if a specified report can be associated with a Cached |
See Also