Skip to main content
All docs
V26.1
  • IReportStorage.GetReportContainerByHandle(String, Boolean) Method

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v26.1.dll

    Declaration

    IReportContainer GetReportContainerByHandle(
        string handle,
        bool loadReport
    )

    Parameters

    Name Type
    handle String
    loadReport Boolean

    Returns

    Type
    IReportContainer
    See Also