言語

ReportParameter.MultiValue プロパティ

定義

パラメータが多値パラメータかどうかを示します。

public:
 property bool MultiValue { bool get(); void set(bool value); };
public bool MultiValue { get; set; }
member this.MultiValue : bool with get, set
Public Property MultiValue As Boolean

プロパティ値

Boolean の値。 値が true は、そのパラメータが多値パラメータであることを示します。

適用対象