Skip to main content

ReportParameterContainer.Parameters Property

Specifies the parameters available in a report.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public ReportParameter[] Parameters { get; set; }

Property Value

Type Description
ReportParameter[]

An array of ReportParameter objects.

See Also