ReportParameterInfo.MultiValue Property

 

Indicates whether the parameter can be a multi-value parameter. Read-only.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool MultiValue { get; }
public:
property bool MultiValue {
    bool get();
}
member MultiValue : bool with get
Public ReadOnly Property MultiValue As Boolean

Property Value

Type: System.Boolean

A read-only Boolean value.

See Also

ReportParameterInfo Class
Microsoft.Reporting.WinForms Namespace

Return to top