[]
        
(Showing Draft Content)

C1.Report.ReportLinkTargetBookmark.AssignFrom

AssignFrom Method

AssignFrom(ReportLinkTargetBase)

Copies properties from another object into this object.

Declaration
public override void AssignFrom(ReportLinkTargetBase source)
Public Overrides Sub AssignFrom(source As ReportLinkTargetBase)
Parameters
Type Name Description
ReportLinkTargetBase source

The source object, properties of which are copied.

Overrides