Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a property object to visit.
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.
Parameters
- propertyIndex
Type: System.Int32
The index of the property.
- value
Type: System.Object
The value.