Метод RemoveProperty

Removes a property.

Пространство имен:  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
)

Параметры