[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.MultiValueParameter

MultiValueParameter Class

Represents a report parameter that can contain multiple values.

Inheritance
MultiValueParameter
Namespace: GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class MultiValueParameter : Parameter

Properties

Name Description
Count

Gets the number of values for this parameter.

IsMultiValue

Gets whether this parameter is a multi-value parameter.

Label

Gets the array of labels associated with the report parameter.

Value

Gets the array of values of the report parameter.

Extension Methods