# GrapeCity.ActiveReports.PageReportModel.Query.Timeout

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_Query_Timeout_" data-uid="GrapeCity.ActiveReports.PageReportModel.Query.Timeout*">Timeout Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_Query_Timeout_" data-uid="GrapeCity.ActiveReports.PageReportModel.Query.Timeout*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_Query_Timeout" data-uid="GrapeCity.ActiveReports.PageReportModel.Query.Timeout">Timeout</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of seconds allowed for the query to run before timing out.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Timeout { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.int32">int</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a> value indicating the query timeout in seconds.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_Query_Timeout_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The value must be non-negative.</p>
<p>If the value is zero or omitted, the query does not time out.</p>
<p>The maximum value is <code>2 147 483 647</code> seconds.</p>
</div>
</div>
