次の方法で共有


ReportParameterInfo.MultiValue プロパティ

複数の値を持つパラメーターが有効かどうかを示します。読み取り専用です。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Public ReadOnly Property MultiValue As Boolean
    Get
'使用
Dim instance As ReportParameterInfo
Dim value As Boolean

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

プロパティ値

型: System.Boolean
読み取り専用のブール値。

関連項目

参照

ReportParameterInfo クラス

Microsoft.Reporting.WinForms 名前空間