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

IReportPrintTool.ParametersInfo Property

Gets the information about the report’s parameters.

Namespace: DevExpress.XtraReports.UI

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

Declaration

List<ParameterInfo> ParametersInfo { get; }

Property Value

Type Description
List<ParameterInfo>

A list of the ParameterInfo objects that contain information about a specific parameter and its editor.

See Also