Метод RemoveObject

Removes an object property.

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

Синтаксис

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

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

Параметры