Skip to main content
A newer version of this page is available. .

ReportViewerDetailItem(String, ReportViewerContainer, String) Constructor

Initializes a new instance of the ReportViewerDetailItem class.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v19.1.dll

Declaration

public ReportViewerDetailItem(
    string reportContainerHandle,
    ReportViewerContainer reportViewContainer,
    string itemId
)

Parameters

Name Type Description
reportContainerHandle String

A string which is the ReportContainer handle.

reportViewContainer DevExpress.ExpressApp.ReportsV2.Web.ReportViewerContainer

A ReportViewerContainer object.

itemId String

A string which is the identifier of the current View Item.

See Also