# C1.Report.ReportHyperlink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportHyperlink" data-uid="C1.Report.ReportHyperlink" class="text-break">ReportHyperlink Class
</h1>
  <div class="markdown level0 summary"><p>Represents a hyperlink in a report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ReportHyperlink</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_ReportHyperlink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportHyperlink : IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportHyperlink
    Implements IScriptContextProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ReportHyperlink__ctor" data-uid="C1.Report.ReportHyperlink.#ctor">
          <a class="xref" href="C1.Report.ReportHyperlink.-ctor.html#C1_Report_ReportHyperlink__ctor">ReportHyperlink()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.ReportHyperlink.html">ReportHyperlink</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ReportHyperlink_LinkTarget" data-uid="C1.Report.ReportHyperlink.LinkTarget">
          <a class="xref" href="C1.Report.ReportHyperlink.LinkTarget.html#C1_Report_ReportHyperlink_LinkTarget">LinkTarget</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the target of the current hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_Owner" data-uid="C1.Report.ReportHyperlink.Owner">
          <a class="xref" href="C1.Report.ReportHyperlink.Owner.html#C1_Report_ReportHyperlink_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_StatusText" data-uid="C1.Report.ReportHyperlink.StatusText">
          <a class="xref" href="C1.Report.ReportHyperlink.StatusText.html#C1_Report_ReportHyperlink_StatusText">StatusText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptStringValue.html">ScriptStringValue</a> yielding the text shown in the status line when the mouse is over the hyperlink
(when the document is viewed in a <b>C1FlexViewer</b>).</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ReportHyperlink_AfterRender" data-uid="C1.Report.ReportHyperlink.AfterRender">
          <a class="xref" href="C1.Report.ReportHyperlink.AfterRender.html#C1_Report_ReportHyperlink_AfterRender">AfterRender()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_AssignFrom_C1_Report_ReportHyperlink_" data-uid="C1.Report.ReportHyperlink.AssignFrom(C1.Report.ReportHyperlink)">
          <a class="xref" href="C1.Report.ReportHyperlink.AssignFrom.html#C1_Report_ReportHyperlink_AssignFrom_C1_Report_ReportHyperlink_">AssignFrom(ReportHyperlink)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another object into this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_Build" data-uid="C1.Report.ReportHyperlink.Build">
          <a class="xref" href="C1.Report.ReportHyperlink.Build.html#C1_Report_ReportHyperlink_Build">Build()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_Reset" data-uid="C1.Report.ReportHyperlink.Reset">
          <a class="xref" href="C1.Report.ReportHyperlink.Reset.html#C1_Report_ReportHyperlink_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_ResetValue" data-uid="C1.Report.ReportHyperlink.ResetValue">
          <a class="xref" href="C1.Report.ReportHyperlink.ResetValue.html#C1_Report_ReportHyperlink_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_ShouldSerialize" data-uid="C1.Report.ReportHyperlink.ShouldSerialize">
          <a class="xref" href="C1.Report.ReportHyperlink.ShouldSerialize.html#C1_Report_ReportHyperlink_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_ReportHyperlink_ToString" data-uid="C1.Report.ReportHyperlink.ToString">
          <a class="xref" href="C1.Report.ReportHyperlink.ToString.html#C1_Report_ReportHyperlink_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
