# C1.Web.Api.Report.Models.ReportExecutionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Report_Models_ReportExecutionInfo" data-uid="C1.Web.Api.Report.Models.ReportExecutionInfo" class="text-break">ReportExecutionInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the information of the report instance.</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.Web.Api.Document/C1.Web.Api.Document.Models.ExecutionInfo.html">ExecutionInfo</a></div>
    <div class="level2"><span class="xref">ReportExecutionInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Report.Models.html">C1.Web.Api.Report.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.Report.dll</h6>
  <h5 id="C1_Web_Api_Report_Models_ReportExecutionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportExecutionInfo : ExecutionInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportExecutionInfo
    Inherits ExecutionInfo</code></pre>
  </div>
  <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_Web_Api_Report_Models_ReportExecutionInfo_HasParameters" data-uid="C1.Web.Api.Report.Models.ReportExecutionInfo.HasParameters">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportExecutionInfo.HasParameters.html#C1_Web_Api_Report_Models_ReportExecutionInfo_HasParameters">HasParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the report has parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportExecutionInfo_Id" data-uid="C1.Web.Api.Report.Models.ReportExecutionInfo.Id">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportExecutionInfo.Id.html#C1_Web_Api_Report_Models_ReportExecutionInfo_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cache id for the report instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportExecutionInfo_ParametersLocation" data-uid="C1.Web.Api.Report.Models.ReportExecutionInfo.ParametersLocation">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportExecutionInfo.ParametersLocation.html#C1_Web_Api_Report_Models_ReportExecutionInfo_ParametersLocation">ParametersLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location to get parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportExecutionInfo_Status" data-uid="C1.Web.Api.Report.Models.ReportExecutionInfo.Status">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportExecutionInfo.Status.html#C1_Web_Api_Report_Models_ReportExecutionInfo_Status">Status</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the status of document.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
