Skip to main content
.NET 6.0+

CreateCustomReportDesignRepositoryItemEventArgs.Parameter Property

Gets the report parameter.

Namespace: DevExpress.ExpressApp.ReportsV2.Win

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

Declaration

public Parameter Parameter { get; }

Property Value

Type Description
Parameter

A DevExpress.XtraReports.Parameters.Parameter object that specifies the report parameter.

See Also