# C1.Report.DataSource.CommandTimeOut

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_DataSource_CommandTimeOut_" data-uid="C1.Report.DataSource.CommandTimeOut*">CommandTimeOut Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_DataSource_CommandTimeOut_" data-uid="C1.Report.DataSource.CommandTimeOut*"></a>
<h4 id="C1_Report_DataSource_CommandTimeOut" data-uid="C1.Report.DataSource.CommandTimeOut">CommandTimeOut</h4>
<div class="markdown level1 summary"><p>Gets or sets the number of seconds to wait before the data connection times out
(set to -1 to use the default value, usually 30s).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;DataSource.CommandTimeOut&quot;, &quot;Number of seconds to wait before the data connection times out (-1 uses the default value, usually 30s).&quot;)]
public int CommandTimeOut { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;DataSource.CommandTimeOut&quot;, &quot;Number of seconds to wait before the data connection times out (-1 uses the default value, usually 30s).&quot;)&gt;
Public Property CommandTimeOut As Integer</code></pre>
</div>
</div>
