ActiveReports Developer 7
Hyperlink Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Action Class : Hyperlink Property

Glossary Item Box

Gets or sets an expression that evaluates to the URL of the hyperlink.

Syntax

Visual Basic (Declaration) 
Public Property Hyperlink As ExpressionInfo
C# 
public ExpressionInfo Hyperlink {get; set;}

Property Value

An ExpressionInfo object that evaluates to the URL of the hyperlink.

See Also