Compartir a través de


RemoveProperty Método

Removes a property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Sub RemoveProperty ( _
    propertyIndex As Integer _
)
'Uso
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
)

Parámetros