FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1LinkTargetFile Class / C1LinkTargetFile Constructor / C1LinkTargetFile Constructor(String,String,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).
The command parameters.
The directory where the command is executed.

In This Topic
    C1LinkTargetFile Constructor(String,String,String,String)
    In This Topic
    Initializes a new instance of the C1LinkTargetFile class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String, _
       ByVal command As String, _
       ByVal parameters As String, _
       ByVal directory As String _
    )
    public C1LinkTargetFile( 
       string fileName,
       string command,
       string parameters,
       string directory
    )

    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).
    parameters
    The command parameters.
    directory
    The directory where the command is executed.
    See Also