ReportStorageBase.GetReportContainerByHandle(String, Boolean) Method
In This Article
Gets the Report Container by the specified handle.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public IReportContainer GetReportContainerByHandle(
string handle,
bool loadReport
)
#Parameters
Name | Type | Description |
---|---|---|
handle | String | A String specifying a report handle. |
load |
Boolean |
#Returns
Type | Description |
---|---|
IReport |
An IReport |
#Remarks
An example of using this method is provided in the How to: Print a Report Without Displaying a Preview topic.
#Implements
See Also