Skip to main content

ReportParameter.MultiValue Property

Specifies whether or not a parameter can have multiple values.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public bool MultiValue { get; set; }

Property Value

Type Description
Boolean

true, if a parameter can have multiple values; otherwise, false.

See Also