IReportPrintTool.ParametersInfo Property
In This Article
Gets the information about the report’s parameters.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
List<ParameterInfo> ParametersInfo { get; }
#Property Value
Type | Description |
---|---|
List<Parameter |
A list of the Parameter |
See Also