FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ReportHyperlink Class / StatusText Property

In This Topic
    StatusText Property (ReportHyperlink)
    In This Topic
    Gets or sets a ScriptStringValue yielding the text shown in the status line when the mouse is over the hyperlink (when the document is viewed in a C1FlexViewer).
    Syntax
    'Declaration
     
    Public Property StatusText As ScriptStringValue
    public ScriptStringValue StatusText {get; set;}
    See Also