ActiveReports Developer 7
LinkTarget Property
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > Settings Class : LinkTarget Property

Glossary Item Box

Gets or set the target for hyperlinks contained inside the report. By default this value is not set.

Syntax

Visual Basic (Declaration) 
Public Property LinkTarget As System.String
C# 
public System.string LinkTarget {get; set;}

Property Value

A string value representing the LinkTarget.

Remarks

You can target a window by specifying the window name, or specify to open the target in a new window by setting the value to _blank. Acceptable values are WindowName, _blank, _self, _parent, and _top.

See Also