RemoveBoolean メソッド

ブール型プロパティを削除します。

名前空間:  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
)

パラメーター