FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1LinkTargetFile Class / Parameters Property

In This Topic
    Parameters Property (C1LinkTargetFile)
    In This Topic
    If the FileName parameter specifies an executable file, this is a string specifying the parameters to be passed to the application. The format of this string is determined by the verb that is to be invoked. If FileName specifies a document file, this should be an empty string.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As String
    public string Parameters {get;}
    See Also