MultiValue プロパティ
複数値のレポート パラメーターかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property MultiValue As Boolean
Get
'使用
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
プロパティ値
型: System. . :: . .Boolean
複数値のレポート パラメーターかどうかを示す Boolean 値です。