ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / UseHyperlinkSettings Property

In This Topic
    UseHyperlinkSettings Property (Viewer)
    In This Topic
    Gets or sets a value indicating whether to apply the hyperlink settings when hyperlinks are displayed in the Viewer.
    Syntax
    'Declaration
     
    Public Property UseHyperlinkSettings As Boolean
    public bool UseHyperlinkSettings {get; set;}

    Property Value

    A System.Boolean value. true to apply the hyperlink settings; otherwise, false.
    Remarks
    The default is true. For SectionReports only.
    See Also