VisitPropertyObject Delegate
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Delegate Sub VisitPropertyObject ( _
propertyIndex As Integer, _
value As Object _
)
'Usage
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 supports the use of delegates, but not the declaration of new ones.