# C1.Document.SSRSSortAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_SSRSSortAction" data-uid="C1.Document.SSRSSortAction" class="text-break">SSRSSortAction Class
</h1>
  <div class="markdown level0 summary"><p>Changes sorting in the currently opened report,
see ReportExecutionService.Sort(...) for more detais.</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">SSRSSortAction</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_SSRSSortAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SSRSSortAction : C1DocumentAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SSRSSortAction
    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_SSRSSortAction__ctor_System_String_C1_ImportServices_ReportExecution4_SortDirectionEnum_" data-uid="C1.Document.SSRSSortAction.#ctor(System.String,C1.ImportServices.ReportExecution4.SortDirectionEnum)">
          <a class="xref" href="C1.Document.SSRSSortAction.-ctor.html#C1_Document_SSRSSortAction__ctor_System_String_C1_ImportServices_ReportExecution4_SortDirectionEnum_">SSRSSortAction(string, SortDirectionEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.SSRSSortAction.html">SSRSSortAction</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_SSRSSortAction_Direction" data-uid="C1.Document.SSRSSortAction.Direction">
          <a class="xref" href="C1.Document.SSRSSortAction.Direction.html#C1_Document_SSRSSortAction_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the direction of the sort.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_SSRSSortAction_SortItemID" data-uid="C1.Document.SSRSSortAction.SortItemID">
          <a class="xref" href="C1.Document.SSRSSortAction.SortItemID.html#C1_Document_SSRSSortAction_SortItemID">SortItemID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ID of the report item on which to sort.</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_SSRSSortAction_Equals_System_Object_" data-uid="C1.Document.SSRSSortAction.Equals(System.Object)">
          <a class="xref" href="C1.Document.SSRSSortAction.Equals.html#C1_Document_SSRSSortAction_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_SSRSSortAction_GetHashCode" data-uid="C1.Document.SSRSSortAction.GetHashCode">
          <a class="xref" href="C1.Document.SSRSSortAction.GetHashCode.html#C1_Document_SSRSSortAction_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
