IReportStorage.GetReportContainerByHandle(String, Boolean, Boolean) Method
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v25.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
IReportContainer GetReportContainerByHandle(
string handle,
bool loadReport,
bool checkSecurity
)
Parameters
| Name | Type |
|---|---|
| handle | String |
| loadReport | Boolean |
| checkSecurity | Boolean |
Returns
| Type |
|---|
| IReportContainer |
See Also