# GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Viewer_Common_Model_Interactivity_HyperlinkAction" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction" class="text-break">HyperlinkAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an action that navigates to a specified URL when triggered.</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">HyperlinkAction</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.IAction.html">IAction</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.html">GrapeCity.Viewer.Common.Model.Interactivity</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_HyperlinkAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class HyperlinkAction : IAction</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_HyperlinkAction_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This action is commonly used in reports to link to external resources, such as web pages or documents. The URL can be dynamic,
based on data within the report.</p>
</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="GrapeCity_Viewer_Common_Model_Interactivity_HyperlinkAction__ctor_System_String_" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction.-ctor.html#GrapeCity_Viewer_Common_Model_Interactivity_HyperlinkAction__ctor_System_String_">HyperlinkAction(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction.html">HyperlinkAction</a> class with the specified URL.</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="GrapeCity_Viewer_Common_Model_Interactivity_HyperlinkAction_Url" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction.Url">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.HyperlinkAction.Url.html#GrapeCity_Viewer_Common_Model_Interactivity_HyperlinkAction_Url">Url</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets a value indicating the hyperlink target URL.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
