# C1.Web.Api.Report.Models.ReportInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Report_Models_ReportInfo" data-uid="C1.Web.Api.Report.Models.ReportInfo" class="text-break">ReportInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the information of the report.</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">ReportInfo</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.AspNetCore.Api.Report.dll</h6>
  <h5 id="C1_Web_Api_Report_Models_ReportInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportInfo</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_ReportInfo_CreationLocation" data-uid="C1.Web.Api.Report.Models.ReportInfo.CreationLocation">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportInfo.CreationLocation.html#C1_Web_Api_Report_Models_ReportInfo_CreationLocation">CreationLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location to create new report instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportInfo_HasParameters" data-uid="C1.Web.Api.Report.Models.ReportInfo.HasParameters">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportInfo.HasParameters.html#C1_Web_Api_Report_Models_ReportInfo_HasParameters">HasParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whhether the report has parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportInfo_PageSettings" data-uid="C1.Web.Api.Report.Models.ReportInfo.PageSettings">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportInfo.PageSettings.html#C1_Web_Api_Report_Models_ReportInfo_PageSettings">PageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default page settings of the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportInfo_PageSettingsLocation" data-uid="C1.Web.Api.Report.Models.ReportInfo.PageSettingsLocation">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportInfo.PageSettingsLocation.html#C1_Web_Api_Report_Models_ReportInfo_PageSettingsLocation">PageSettingsLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location to getting page settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportInfo_ParametersLocation" data-uid="C1.Web.Api.Report.Models.ReportInfo.ParametersLocation">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportInfo.ParametersLocation.html#C1_Web_Api_Report_Models_ReportInfo_ParametersLocation">ParametersLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location to getting parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportInfo_Path" data-uid="C1.Web.Api.Report.Models.ReportInfo.Path">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportInfo.Path.html#C1_Web_Api_Report_Models_ReportInfo_Path">Path</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the path of the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Report_Models_ReportInfo_SupportedFormatsLocation" data-uid="C1.Web.Api.Report.Models.ReportInfo.SupportedFormatsLocation">
          <a class="xref" href="C1.Web.Api.Report.Models.ReportInfo.SupportedFormatsLocation.html#C1_Web_Api_Report_Models_ReportInfo_SupportedFormatsLocation">SupportedFormatsLocation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the location to getting supported formats.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
