Skip to main content
A newer version of this page is available. .

ReportParameter.MultiValue Property

Specifies whether or not a parameter can have multiple values.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
Boolean

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

See Also