Skip to main content

IReportPrintTool.ParametersInfo Property

Gets the information about the report’s parameters.

Namespace: DevExpress.XtraReports.UI

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

NuGet Package: DevExpress.Printing.Core

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