ComponentOne FlexReport for WinForms
C1LinkTarget Constructor

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1LinkTarget Class : C1LinkTarget Constructor
The C1DocumentAction object to execute.
The string defining bookmark in the document.
Initializes a new instance of the C1LinkTarget class.
Syntax
'Declaration
 
Public Function New( _
   ByVal documentAction As C1DocumentAction, _
   ByVal bookmark As System.String _
)
public C1LinkTarget( 
   C1DocumentAction documentAction,
   System.string bookmark
)

Parameters

documentAction
The C1DocumentAction object to execute.
bookmark
The string defining bookmark in the document.
See Also

Reference

C1LinkTarget Class
C1LinkTarget Members