# GrapeCity.ActiveReports.Design.UndoManager.RedoDescription

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_UndoManager_RedoDescription_" data-uid="GrapeCity.ActiveReports.Design.UndoManager.RedoDescription*">RedoDescription Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_UndoManager_RedoDescription_" data-uid="GrapeCity.ActiveReports.Design.UndoManager.RedoDescription*"></a>
<h4 id="GrapeCity_ActiveReports_Design_UndoManager_RedoDescription_System_Int32_" data-uid="GrapeCity.ActiveReports.Design.UndoManager.RedoDescription(System.Int32)">RedoDescription(int)</h4>
<div class="markdown level1 summary"><p>Retrieves a description of the specified redo action in a human-readable format.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string RedoDescription(int index)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The zero-based index of the redo action for which to retrieve the description. Index 0 corresponds to the most recently undone action.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>A string containing the description of the specified redo action.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_UndoManager_RedoDescription_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method retrieves the name or description of the redo action at the specified index. This allows users to understand what action will be reapplied if
they perform a redo operation.</p>
</div>
</div>
