IReportPrintTool.ParametersInfo Property
Gets the information about the report’s parameters.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
List<ParameterInfo> | A list of the ParameterInfo objects that contain information about a specific parameter and its editor. |
See Also