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

CustomShowPreviewEventArgs.ParametersObject Property

Gets the report parameters object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public ReportParametersObjectBase ParametersObject { get; }

Property Value

Type Description
ReportParametersObjectBase

A ReportParametersObjectBase object that specifies report parameters.

See Also