Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreateCustomParametersDetailViewEventArgs.DetailView Property

Specifies the Detail View for the report parameters object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public DetailView DetailView { get; set; }

Property Value

Type Description
DetailView

A DetailView object that displays the report parameters object.

See Also