# C1.Report.RenderReportAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_RenderReportAction" data-uid="C1.Report.RenderReportAction" class="text-break">RenderReportAction Class
</h1>
  <div class="markdown level0 summary"><p>Renders the report with specified set of parameters.</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/C1.Document.C1DocumentAction.html">C1DocumentAction</a></div>
    <div class="level2"><span class="xref">RenderReportAction</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_RenderReportAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderReportAction : C1DocumentAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderReportAction
    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_Report_RenderReportAction__ctor_System_Byte___System_Collections_Generic_Dictionary_System_String_System_Object__" data-uid="C1.Report.RenderReportAction.#ctor(System.Byte[],System.Collections.Generic.Dictionary{System.String,System.Object})">
          <a class="xref" href="C1.Report.RenderReportAction.-ctor.html#C1_Report_RenderReportAction__ctor_System_Byte___System_Collections_Generic_Dictionary_System_String_System_Object__">RenderReportAction(byte[], Dictionary&lt;string, object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Report.RenderReportAction.html">RenderReportAction</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_Report_RenderReportAction_ParameterValues" data-uid="C1.Report.RenderReportAction.ParameterValues">
          <a class="xref" href="C1.Report.RenderReportAction.ParameterValues.html#C1_Report_RenderReportAction_ParameterValues">ParameterValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the initial values of report parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_RenderReportAction_ReportTemplate" data-uid="C1.Report.RenderReportAction.ReportTemplate">
          <a class="xref" href="C1.Report.RenderReportAction.ReportTemplate.html#C1_Report_RenderReportAction_ReportTemplate">ReportTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of bytes containing the report template.</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_Report_RenderReportAction_Equals_System_Object_" data-uid="C1.Report.RenderReportAction.Equals(System.Object)">
          <a class="xref" href="C1.Report.RenderReportAction.Equals.html#C1_Report_RenderReportAction_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_RenderReportAction_GetHashCode" data-uid="C1.Report.RenderReportAction.GetHashCode">
          <a class="xref" href="C1.Report.RenderReportAction.GetHashCode.html#C1_Report_RenderReportAction_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_RenderReportAction_GetPropsTable" data-uid="C1.Report.RenderReportAction.GetPropsTable">
          <a class="xref" href="C1.Report.RenderReportAction.GetPropsTable.html#C1_Report_RenderReportAction_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
