Udostępnij przez


Właściwość QueryParameter.IsMultiValued

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property IsMultiValued As Nullable(Of Boolean)
    Get
    Set
'Użycie
Dim instance As QueryParameter
Dim value As Nullable(Of Boolean)

value = instance.IsMultiValued

instance.IsMultiValued = value
public Nullable<bool> IsMultiValued { get; set; }
public:
property Nullable<bool> IsMultiValued {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member IsMultiValued : Nullable<bool> with get, set
function get IsMultiValued () : Nullable<boolean>
function set IsMultiValued (value : Nullable<boolean>)

Wartość właściwości

Typ: System.Nullable<Boolean>
A Nullable<T> obiektu.