共用方式為


VisitPropertyObject 委派

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

Represents a property object to visit.

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

語法

'宣告
Public Delegate Sub VisitPropertyObject ( _
    propertyIndex As Integer, _
    value As Object _
)
'用途
Dim instance As New VisitPropertyObject(AddressOf HandlerMethod)
public delegate void VisitPropertyObject(
    int propertyIndex,
    Object value
)
public delegate void VisitPropertyObject(
    int propertyIndex, 
    Object^ value
)
type VisitPropertyObject = 
    delegate of  
        propertyIndex:int * 
        value:Object -> unit
JScript 支援委託的使用,但不支援新委託的宣告。

參數

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

請參閱

參考

Microsoft.ReportingServices.RdlObjectModel 命名空間