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

In This Topic
    FileName Property (C1LinkTargetFile)
    In This Topic
    Specifies the file or object on which to execute the specified verb.
    Syntax
    'Declaration
     
    Public ReadOnly Property FileName As String
    public string FileName {get;}
    Remarks
    To specify a Shell namespace object, pass the fully qualified parse name. Note that not all verbs are supported on all objects. For example, not all document types support the "print" verb.
    See Also