ReportViewerDetailItem(String, ReportViewerContainer, String) Constructor
Initializes a new instance of the ReportViewerDetailItem class.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
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