Udostępnij za pośrednictwem


Metoda ReportObject.OnChildPropertyChanged

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Protected Friend Overridable Sub OnChildPropertyChanged ( _
    propertyIndex As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'Użycie
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
)

Parametry