IReportStorage.GetReportContainerByHandle(String, Boolean, Boolean) Method
In This Article
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
IReportContainer GetReportContainerByHandle(
string handle,
bool loadReport,
bool checkSecurity
)
#Parameters
Name | Type |
---|---|
handle | String |
load |
Boolean |
check |
Boolean |
#Returns
Type |
---|
IReport |
See Also