Condividi tramite


Proprietà IsMultiValued

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property IsMultiValued As Nullable(Of Boolean)
    Get
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: System. . :: . .Nullable< (Of < ( <'Boolean> ) > ) >
A Nullable<(Of <(<'T>)>)> object.