# C1.Report.ReportHyperlink.LinkTarget

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_ReportHyperlink_LinkTarget_" data-uid="C1.Report.ReportHyperlink.LinkTarget*">LinkTarget Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_ReportHyperlink_LinkTarget_" data-uid="C1.Report.ReportHyperlink.LinkTarget*"></a>
<h4 id="C1_Report_ReportHyperlink_LinkTarget" data-uid="C1.Report.ReportHyperlink.LinkTarget">LinkTarget</h4>
<div class="markdown level1 summary"><p>Gets or sets the target of the current hyperlink.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;ReportHyperlink.LinkTarget&quot;, &quot;The target of the hyperlink (a bookmark within the current report, or an external URL).&quot;)]
public ReportLinkTargetBase LinkTarget { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;ReportHyperlink.LinkTarget&quot;, &quot;The target of the hyperlink (a bookmark within the current report, or an external URL).&quot;)&gt;
Public Property LinkTarget As ReportLinkTargetBase</code></pre>
</div>
</div>
