# GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer" data-uid="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer" class="text-break">IInteractivityRenderer Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a renderer for managing interactive elements.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.html">GrapeCity.ActiveReports.Rendering.Export</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IInteractivityRenderer</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_Rendering_Export_IInteractivityRenderer_AddBookmark_System_String_System_Int32_System_Drawing_RectangleF_System_Int32_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddBookmark(System.String,System.Int32,System.Drawing.RectangleF,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddBookmark.html#GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_AddBookmark_System_String_System_Int32_System_Drawing_RectangleF_System_Int32_System_Drawing_RectangleF_">AddBookmark(string, int, RectangleF, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a bookmark to the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_AddOutline_System_String_System_String_System_Int32_System_Drawing_RectangleF_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddOutline(System.String,System.String,System.Int32,System.Drawing.RectangleF,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddOutline.html#GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_AddOutline_System_String_System_String_System_Int32_System_Drawing_RectangleF_System_String_">AddOutline(string, string, int, RectangleF, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an outline entry.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_AddSorting_System_String_System_Int32_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddSorting(System.String,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddSorting.html#GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_AddSorting_System_String_System_Int32_System_Drawing_RectangleF_">AddSorting(string, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a sorting action to the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_AddToggle_System_String_System_Int32_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddToggle(System.String,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.AddToggle.html#GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_AddToggle_System_String_System_Int32_System_Drawing_RectangleF_">AddToggle(string, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a toggle action to the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_DrillthroughGoTo_System_String_System_Collections_Generic_IDictionary_System_String_System_Object__System_Int32_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.DrillthroughGoTo(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.DrillthroughGoTo.html#GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_DrillthroughGoTo_System_String_System_Collections_Generic_IDictionary_System_String_System_Object__System_Int32_System_Drawing_RectangleF_">DrillthroughGoTo(string, IDictionary&lt;string, object&gt;, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts a drill-through link to navigate to a different report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_UrlGoTo_System_String_System_Int32_System_Drawing_RectangleF_" data-uid="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.UrlGoTo(System.String,System.Int32,System.Drawing.RectangleF)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Export.IInteractivityRenderer.UrlGoTo.html#GrapeCity_ActiveReports_Rendering_Export_IInteractivityRenderer_UrlGoTo_System_String_System_Int32_System_Drawing_RectangleF_">UrlGoTo(string, int, RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts a hyperlink that navigates to a specified URL.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
