# C1.Report.ReportLinkTargetBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportLinkTargetBase" data-uid="C1.Report.ReportLinkTargetBase" class="text-break">ReportLinkTargetBase Class
</h1>
  <div class="markdown level0 summary"><p>Describes the target of a <a class="xref" href="C1.Report.ReportHyperlink.html">ReportHyperlink</a>.
This is an abstract base class for the following derived classes:
<a class="xref" href="C1.Report.ReportLinkTargetBookmark.html">ReportLinkTargetBookmark</a>, <a class="xref" href="C1.Report.ReportLinkTargetUrl.html">ReportLinkTargetUrl</a>.</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">ReportLinkTargetBase</span></div>
      <div class="level2"><a class="xref" href="C1.Report.ReportLinkTargetBookmark.html">ReportLinkTargetBookmark</a></div>
      <div class="level2"><a class="xref" href="C1.Report.ReportLinkTargetScript.html">ReportLinkTargetScript</a></div>
      <div class="level2"><a class="xref" href="C1.Report.ReportLinkTargetUrl.html">ReportLinkTargetUrl</a></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_ReportLinkTargetBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ReportLinkTargetBase : IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ReportLinkTargetBase
    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_ReportLinkTargetBase__ctor" data-uid="C1.Report.ReportLinkTargetBase.#ctor">
          <a class="xref" href="C1.Report.ReportLinkTargetBase.-ctor.html#C1_Report_ReportLinkTargetBase__ctor">ReportLinkTargetBase()</a>
        </td>
        <td class="markdown level1 summary"></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_ReportLinkTargetBase_AssignFrom_C1_Report_ReportLinkTargetBase_" data-uid="C1.Report.ReportLinkTargetBase.AssignFrom(C1.Report.ReportLinkTargetBase)">
          <a class="xref" href="C1.Report.ReportLinkTargetBase.AssignFrom.html#C1_Report_ReportLinkTargetBase_AssignFrom_C1_Report_ReportLinkTargetBase_">AssignFrom(ReportLinkTargetBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another object into this object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
