Compartir a través de


ReportObject.OnChildPropertyChanged Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Raises an event when the property of the child was changed.

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

Sintaxis

'Declaración
Protected Friend Overridable Sub OnChildPropertyChanged ( _
    propertyIndex As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'Uso
Dim propertyIndex As Integer 
Dim oldValue As Object 
Dim newValue As Object 

Me.OnChildPropertyChanged(propertyIndex, _
    oldValue, newValue)
protected internal virtual void OnChildPropertyChanged(
    int propertyIndex,
    Object oldValue,
    Object newValue
)
protected public:
virtual void OnChildPropertyChanged(
    int propertyIndex, 
    Object^ oldValue, 
    Object^ newValue
)
abstract OnChildPropertyChanged : 
        propertyIndex:int * 
        oldValue:Object * 
        newValue:Object -> unit  
override OnChildPropertyChanged : 
        propertyIndex:int * 
        oldValue:Object * 
        newValue:Object -> unit
function OnChildPropertyChanged(
    propertyIndex : int, 
    oldValue : Object, 
    newValue : Object
)

Parámetros

  • propertyIndex
    Tipo: System.Int32
    The index of the property.

Vea también

Referencia

ReportObject Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel