Condividi tramite


Metodo RemoveBoolean

Removes a Boolean property.

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

Sintassi

'Dichiarazione
Public Sub RemoveBoolean ( _
    propertyIndex As Integer _
)
'Utilizzo
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
)

Parametri

Implementa

IPropertyStore. . :: . .RemoveBoolean(Int32)