Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

ReportViewerDetailItem(String, ReportViewerContainer, String) Constructor

Initializes a new instance of the ReportViewerDetailItem class.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v19.2.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