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

ParameterInfo.Parameter Property

Provides access to the parameter associated with the current ParameterInfo object.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public Parameter Parameter { get; }

Property Value

Type Description
Parameter

A Parameter object.

Remarks

For more information, refer to Using Report Parameters.

For a code example, refer to Providing Custom Editors for Report Parameters.

See Also