C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportLinkTargetBookmark Class / AssignFrom Method
The source object, properties of which are copied.

In This Topic
AssignFrom Method (ReportLinkTargetBookmark)
In This Topic
Copies properties from another object into this object.
Syntax
'Declaration
 
Public Overrides Sub AssignFrom( _
   ByVal source As ReportLinkTargetBase _
) 
 

Parameters

source
The source object, properties of which are copied.
See Also