# C1.Report.ReportLinkTargetUrl.Url

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_ReportLinkTargetUrl_Url_" data-uid="C1.Report.ReportLinkTargetUrl.Url*">Url Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_ReportLinkTargetUrl_Url_" data-uid="C1.Report.ReportLinkTargetUrl.Url*"></a>
<h4 id="C1_Report_ReportLinkTargetUrl_Url" data-uid="C1.Report.ReportLinkTargetUrl.Url">Url</h4>
<div class="markdown level1 summary"><p>Gets or sets the file or URL which will be opened using <b>ShellExecute</b>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;ReportLinkTargetUrl.Url&quot;, &quot;The file or URL to open.&quot;)]
public ScriptStringValue Url { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;ReportLinkTargetUrl.Url&quot;, &quot;The file or URL to open.&quot;)&gt;
Public Property Url As ScriptStringValue</code></pre>
</div>
</div>
