Share via


IPropertyStore.RemoveBoolean Method

Removes a Boolean property.

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

Syntax

'Declaration
Sub RemoveBoolean ( _
    propertyIndex As Integer _
)
'Usage
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
)

Parameters