Share via


IPropertyStore.RemoveProperty Method

Removes a property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Sub RemoveProperty ( _
    propertyIndex As Integer _
)
'Usage
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
)

Parameters