Compartir a través de


RemoveBoolean Método

Removes a Boolean property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Sub RemoveBoolean ( _
    propertyIndex As Integer _
)
'Uso
Dim instance As PropertyStore
Dim propertyIndex As Integer

instance.RemoveBoolean(propertyIndex)
public void RemoveBoolean(
    int propertyIndex
)
public:
virtual void RemoveBoolean(
    int propertyIndex
) sealed
abstract RemoveBoolean : 
        propertyIndex:int -> unit 
override RemoveBoolean : 
        propertyIndex:int -> unit 
public final function RemoveBoolean(
    propertyIndex : int
)

Parámetros

Implementa

IPropertyStore. . :: . .RemoveBoolean(Int32)