Partager via


RemoveBoolean méthode

Removes a Boolean property.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Sub RemoveBoolean ( _
    propertyIndex As Integer _
)
'Utilisation
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
)

Paramètres