ActiveReports Developer 7
UseHyperLinkSettings Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > UserPreferences Class : UseHyperLinkSettings Property

Glossary Item Box

If True, these settings will be applied to links. Otherwise, each link will be displayed according to their own settings.

Syntax

Visual Basic (Declaration) 
Public Property UseHyperLinkSettings As System.Boolean
C# 
public System.bool UseHyperLinkSettings {get; set;}

See Also