IsMultiValued Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property IsMultiValued As Nullable(Of Boolean)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System. . :: . .Nullable< (Of < ( <'Boolean> ) > ) >
A Nullable<(Of <(<'T>)>)> object.