Skip to main content
All docs
V24.2

ParametersRequestValueChangedEventArgs.ParametersInformation Property

Contains information about the requested parameters.

Namespace: DevExpress.XtraReports.Parameters

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

Declaration

public ParameterEditInfo[] ParametersInformation { get; }

Property Value

Type Description
ParameterEditInfo[]

An array of ParameterEditInfo objects.

See Also