RemoveProperty メソッド

プロパティを削除します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Sub RemoveProperty ( _
    propertyIndex As Integer _
)
'使用
Dim instance As IPropertyStore
Dim propertyIndex As Integer

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

パラメーター