Partilhar via


Método RemoveBoolean

Removes a Boolean property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Sub RemoveBoolean ( _
    propertyIndex As Integer _
)
'Uso
Dim instance As IPropertyStore
Dim propertyIndex As Integer

instance.RemoveBoolean(propertyIndex)
void RemoveBoolean(
    int propertyIndex
)
void RemoveBoolean(
    int propertyIndex
)
abstract RemoveBoolean : 
        propertyIndex:int -> unit 
function RemoveBoolean(
    propertyIndex : int
)

Parâmetros