ReportParameter.MultiValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
public:
property bool MultiValue { bool get(); };
public bool MultiValue { get; }
member this.MultiValue : bool
Public ReadOnly Property MultiValue As Boolean
Property Value
A Boolean
value.