# C1.Document.SSRSOpenReportAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_SSRSOpenReportAction" data-uid="C1.Document.SSRSOpenReportAction" class="text-break">SSRSOpenReportAction Class
</h1>
  <div class="markdown level0 summary"><p>Opens SSRS report from location specified by the <a class="xref" href="C1.Document.SSRSReportLocationBase.html">SSRSReportLocationBase</a>.</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.Document.C1DocumentAction.html">C1DocumentAction</a></div>
    <div class="level2"><span class="xref">SSRSOpenReportAction</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_SSRSOpenReportAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SSRSOpenReportAction : C1DocumentAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SSRSOpenReportAction
    Inherits C1DocumentAction</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_Document_SSRSOpenReportAction__ctor_C1_Document_SSRSReportLocationBase_" data-uid="C1.Document.SSRSOpenReportAction.#ctor(C1.Document.SSRSReportLocationBase)">
          <a class="xref" href="C1.Document.SSRSOpenReportAction.-ctor.html#C1_Document_SSRSOpenReportAction__ctor_C1_Document_SSRSReportLocationBase_">SSRSOpenReportAction(SSRSReportLocationBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.SSRSOpenReportAction.html">SSRSOpenReportAction</a> object.</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_Document_SSRSOpenReportAction_Location" data-uid="C1.Document.SSRSOpenReportAction.Location">
          <a class="xref" href="C1.Document.SSRSOpenReportAction.Location.html#C1_Document_SSRSOpenReportAction_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Document.SSRSReportLocationBase.html">SSRSReportLocationBase</a> defining location of the SSRS report to open.</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_Document_SSRSOpenReportAction_Equals_System_Object_" data-uid="C1.Document.SSRSOpenReportAction.Equals(System.Object)">
          <a class="xref" href="C1.Document.SSRSOpenReportAction.Equals.html#C1_Document_SSRSOpenReportAction_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_SSRSOpenReportAction_GetHashCode" data-uid="C1.Document.SSRSOpenReportAction.GetHashCode">
          <a class="xref" href="C1.Document.SSRSOpenReportAction.GetHashCode.html#C1_Document_SSRSOpenReportAction_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
