FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1LinkTargetFile Class
Members

In This Topic
    C1LinkTargetFile Class
    In This Topic
    Describes a C1LinkTarget pointing to an external document, file or URL. The hyperlink jump is performed using the ShellExecute OS shell API, so the result depends on the operating system and installed programs.
    Object Model
    C1LinkTargetFile Class
    Syntax
    'Declaration
     
    Public Class C1LinkTargetFile 
       Inherits C1LinkTargetBase
    public class C1LinkTargetFile : C1LinkTargetBase 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Document.C1LinkTargetBase
          C1.Win.C1Document.C1LinkTargetFile

    See Also