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

CreateCustomParametersDetailViewEventArgs.ReportParametersObject Property

Gets the report parameters object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public ReportParametersObjectBase ReportParametersObject { get; }

Property Value

Type Description
ReportParametersObjectBase

A ReportParametersObjectBase object that specifies report parameters.

See Also