# C1.Document.C1DocumentAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_C1DocumentAction" data-uid="C1.Document.C1DocumentAction" class="text-break">C1DocumentAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an action which can be executed by the <a class="xref" href="C1.Document.C1DocumentSource.html">C1DocumentSource</a> and change its content,
see <a class="xref" href="C1.Document.C1DocumentSource.ExecuteAction.html#C1_Document_C1DocumentSource_ExecuteAction_C1_Document_C1DocumentAction_">ExecuteAction(C1DocumentAction)</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"><span class="xref">C1DocumentAction</span></div>
      <div class="level2"><a class="xref" href="C1.Document.SSRSOpenReportAction.html">SSRSOpenReportAction</a></div>
      <div class="level2"><a class="xref" href="C1.Document.SSRSSortAction.html">SSRSSortAction</a></div>
      <div class="level2"><a class="xref" href="C1.Document.SSRSToggleItemAction.html">SSRSToggleItemAction</a></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_C1DocumentAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1DocumentAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class 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_C1DocumentAction__ctor" data-uid="C1.Document.C1DocumentAction.#ctor">
          <a class="xref" href="C1.Document.C1DocumentAction.-ctor.html#C1_Document_C1DocumentAction__ctor">C1DocumentAction()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
