共用方式為


ReportObject.OnChildPropertyChanged 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Protected Friend Overridable Sub OnChildPropertyChanged ( _
    propertyIndex As Integer, _
    oldValue As Object, _
    newValue As Object _
)
'用途
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
)

參數

  • propertyIndex
    型別:System.Int32
    The index of the property.

請參閱

參考

ReportObject 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間