Метод RemoveBoolean

Removes a Boolean property.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Sub RemoveBoolean ( _
    propertyIndex As Integer _
)
'Применение
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
)

Параметры