ComponentOne FlexReport for WinForms
C1LinkTargetFile Constructor(String,String)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1LinkTargetFile Class > C1LinkTargetFile Constructor : C1LinkTargetFile Constructor(String,String)
The name of the file to execute on hyperlink jump (can be a document, URL etc.).
The shell command to execute (see Command for details).
Initializes a new instance of the C1LinkTargetFile class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fileName As System.String, _
   ByVal command As System.String _
)
public C1LinkTargetFile( 
   System.string fileName,
   System.string command
)

Parameters

fileName
The name of the file to execute on hyperlink jump (can be a document, URL etc.).
command
The shell command to execute (see Command for details).
See Also

Reference

C1LinkTargetFile Class
C1LinkTargetFile Members
Overload List