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