FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportLinkTargetUrl Class / ReportLinkTargetUrl Constructor / ReportLinkTargetUrl Constructor(String)
The value of Url property.

In This Topic
    ReportLinkTargetUrl Constructor(String)
    In This Topic
    Initializes a new instance of the ReportLinkTargetUrl class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal target As String _
    )
    public ReportLinkTargetUrl( 
       string target
    )

    Parameters

    target
    The value of Url property.
    See Also