# GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction

## Content

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



  <h1 id="GrapeCity_Viewer_Common_Model_Interactivity_DrillthroughAction" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction" class="text-break">DrillthroughAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an action that triggers a drillthrough report when executed.</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">DrillthroughAction</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_DrillthroughAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DrillthroughAction : IAction</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_Interactivity_DrillthroughAction_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>A drillthrough action allows users to navigate from one report to another related report, providing a deeper level of detail or related information.
This action is typically used in interactive reporting scenarios where users explore data by drilling down into more specific reports.</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_DrillthroughAction__ctor_GrapeCity_Viewer_Common_Model_ReportModelBase_" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction.#ctor(GrapeCity.Viewer.Common.Model.ReportModelBase)">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction.-ctor.html#GrapeCity_Viewer_Common_Model_Interactivity_DrillthroughAction__ctor_GrapeCity_Viewer_Common_Model_ReportModelBase_">DrillthroughAction(ReportModelBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction.html">DrillthroughAction</a> class, specifying the target report to navigate to.</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_DrillthroughAction_TargetReport" data-uid="GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction.TargetReport">
          <a class="xref" href="GrapeCity.Viewer.Common.Model.Interactivity.DrillthroughAction.TargetReport.html#GrapeCity_Viewer_Common_Model_Interactivity_DrillthroughAction_TargetReport">TargetReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the target report to which the action navigates.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
