ReportParameter.MultiValue Property

Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MultiValue As Boolean
    Get
'Usage
Dim instance As ReportParameter
Dim value As Boolean

value = instance.MultiValue
public bool MultiValue { get; }
public:
property bool MultiValue {
    bool get ();
}
member MultiValue : bool
function get MultiValue () : boolean

Property Value

Type: System.Boolean
A Boolean value.