Partilhar via


Método ReportObject.OnChildPropertyChanged

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
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.

Consulte também

Referência

ReportObject Classe

Namespace Microsoft.ReportingServices.RdlObjectModel