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

CustomShowPreviewEventArgs.ReportContainerHandle Property

Gets the handle of the ReportContainer object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public string ReportContainerHandle { get; }

Property Value

Type Description
String

A string that specifies the handle of the ReportContainer object.

See Also