# C1.Report.ReportLinkTargetBookmark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportLinkTargetBookmark" data-uid="C1.Report.ReportLinkTargetBookmark" class="text-break">ReportLinkTargetBookmark Class
</h1>
  <div class="markdown level0 summary"><p>Describes a <a class="xref" href="C1.Report.ReportLinkTargetBase.html">ReportLinkTargetBase</a> pointing to a
some position within a report or another 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"><a class="xref" href="C1.Report.ReportLinkTargetBase.html">ReportLinkTargetBase</a></div>
    <div class="level2"><span class="xref">ReportLinkTargetBookmark</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_ReportLinkTargetBookmark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportLinkTargetBookmark : ReportLinkTargetBase, IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportLinkTargetBookmark
    Inherits 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_ReportLinkTargetBookmark__ctor" data-uid="C1.Report.ReportLinkTargetBookmark.#ctor">
          <a class="xref" href="C1.Report.ReportLinkTargetBookmark.-ctor.html#C1_Report_ReportLinkTargetBookmark__ctor">ReportLinkTargetBookmark()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.ReportLinkTargetBookmark.html">ReportLinkTargetBookmark</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_ReportLinkTargetBookmark_Bookmark" data-uid="C1.Report.ReportLinkTargetBookmark.Bookmark">
          <a class="xref" href="C1.Report.ReportLinkTargetBookmark.Bookmark.html#C1_Report_ReportLinkTargetBookmark_Bookmark">Bookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptStringValue.html">ScriptStringValue</a> yielding the bookmark in the current report.
(To associate a bookmark with an object, use the object's Bookmark property.)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportLinkTargetBookmark_ParameterValues" data-uid="C1.Report.ReportLinkTargetBookmark.ParameterValues">
          <a class="xref" href="C1.Report.ReportLinkTargetBookmark.ParameterValues.html#C1_Report_ReportLinkTargetBookmark_ParameterValues">ParameterValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Report.ReportParameterValues.html">ReportParameterValues</a> collection
containing the list of named values that will be assigned to the parameters of the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportLinkTargetBookmark_Report" data-uid="C1.Report.ReportLinkTargetBookmark.Report">
          <a class="xref" href="C1.Report.ReportLinkTargetBookmark.Report.html#C1_Report_ReportLinkTargetBookmark_Report">Report</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a reference to <a class="xref" href="C1.Report.FlexReport.html">FlexReport</a> object which should be opened.</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_ReportLinkTargetBookmark_AssignFrom_C1_Report_ReportLinkTargetBase_" data-uid="C1.Report.ReportLinkTargetBookmark.AssignFrom(C1.Report.ReportLinkTargetBase)">
          <a class="xref" href="C1.Report.ReportLinkTargetBookmark.AssignFrom.html#C1_Report_ReportLinkTargetBookmark_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>
      <tr>
        <td id="C1_Report_ReportLinkTargetBookmark_ToString" data-uid="C1.Report.ReportLinkTargetBookmark.ToString">
          <a class="xref" href="C1.Report.ReportLinkTargetBookmark.ToString.html#C1_Report_ReportLinkTargetBookmark_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
