# GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider" data-uid="GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider" class="text-break">ILinkProvider Interface
</h1>
  <div class="markdown level0 summary"><p>Defines drill through linking.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Page.html">GrapeCity.ActiveReports.Export.Pdf.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Pdf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ILinkProvider</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider_BookmarkLink_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IAction_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider.BookmarkLink(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider.BookmarkLink.html#GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider_BookmarkLink_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IAction_System_Collections_Specialized_NameValueCollection_">BookmarkLink(IAction, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bookmark link based on the <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction.html">IAction</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider_DrillthroughLink_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IAction_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider.DrillthroughLink(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider.DrillthroughLink.html#GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider_DrillthroughLink_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IAction_System_Collections_Specialized_NameValueCollection_">DrillthroughLink(IAction, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the drill through link based on the <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction.html">IAction</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider_Hyperlink_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IAction_System_Collections_Specialized_NameValueCollection_" data-uid="GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider.Hyperlink(GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Pdf.Page.ILinkProvider.Hyperlink.html#GrapeCity_ActiveReports_Export_Pdf_Page_ILinkProvider_Hyperlink_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IAction_System_Collections_Specialized_NameValueCollection_">Hyperlink(IAction, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hyperlink based on the <a class="xref" href="../MESCIUS.ActiveReports.Core.Rendering/GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction.html">IAction</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
