Skip to main content
.NET 6.0+

CreateCustomParametersDetailViewEventArgs.ReportParametersObject Property

Gets the report parameters object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public ReportParametersObjectBase ReportParametersObject { get; }

Property Value

Type Description
ReportParametersObjectBase

A ReportParametersObjectBase object that specifies report parameters.

See Also