AssignFrom Method (TablixRow)
In This Topic
Copies properties from another
TablixRow to the current object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As TablixRow _
)
public void AssignFrom(
TablixRow
)
Parameters
- source
- The source object to copy properties from.
See Also