Skip to main content

CustomShowPreviewEventArgs.ParametersObject Property

Gets the report parameters object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

public ReportParametersObjectBase ParametersObject { get; }

Property Value

Type Description
ReportParametersObjectBase

A ReportParametersObjectBase object that specifies report parameters.

See Also