FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportLinkTargetUrl Class
Members

In This Topic
    ReportLinkTargetUrl Class
    In This Topic
    Describes a ReportLinkTargetBase 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
    ReportLinkTargetUrl Class
    Syntax
    'Declaration
     
    Public Class ReportLinkTargetUrl 
       Inherits ReportLinkTargetBase
    public class ReportLinkTargetUrl : ReportLinkTargetBase 
    Inheritance Hierarchy

    System.Object
       C1.Xaml.FlexReport.ReportLinkTargetBase
          C1.Xaml.FlexReport.ReportLinkTargetUrl

    See Also