Skip to main content

CustomShowPreviewEventArgs.ReportContainerHandle Property

Gets the handle of the ReportContainer object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

public string ReportContainerHandle { get; }

Property Value

Type Description
String

A string that specifies the handle of the ReportContainer object.

See Also