[]
        
(Showing Draft Content)

C1.WPF.Report.ReportLinkTargetBookmark.AssignFrom

AssignFrom Method

AssignFrom(ReportLinkTargetBase)

Copies properties from another object into this object.

Declaration
public override void AssignFrom(ReportLinkTargetBase source)
Parameters
Type Name Description
ReportLinkTargetBase source

The source object, properties of which are copied.

Overrides