Метод RemoveProperty

Removes a property.

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

Синтаксис

'Декларация
Public Sub RemoveProperty ( _
    propertyIndex As Integer _
)
'Применение
Dim instance As PropertyStore
Dim propertyIndex As Integer

instance.RemoveProperty(propertyIndex)
public void RemoveProperty(
    int propertyIndex
)
public:
virtual void RemoveProperty(
    int propertyIndex
) sealed
abstract RemoveProperty : 
        propertyIndex:int -> unit 
override RemoveProperty : 
        propertyIndex:int -> unit 
public final function RemoveProperty(
    propertyIndex : int
)

Параметры

Реализует интерфейс

IPropertyStore. . :: . .RemoveProperty(Int32)