# C1.Ssrs.ConnectionOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Ssrs_ConnectionOptions" data-uid="C1.Ssrs.ConnectionOptions" class="text-break">ConnectionOptions Class
</h1>
  <div class="markdown level0 summary"><p>Defines options used when connecting to SSRS.</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">ConnectionOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Ssrs.html">C1.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Ssrs_ConnectionOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ConnectionOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ConnectionOptions</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_Ssrs_ConnectionOptions__ctor" data-uid="C1.Ssrs.ConnectionOptions.#ctor">
          <a class="xref" href="C1.Ssrs.ConnectionOptions.-ctor.html#C1_Ssrs_ConnectionOptions__ctor">ConnectionOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Ssrs.ConnectionOptions.html">ConnectionOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ConnectionOptions__ctor_System_Net_NetworkCredential_" data-uid="C1.Ssrs.ConnectionOptions.#ctor(System.Net.NetworkCredential)">
          <a class="xref" href="C1.Ssrs.ConnectionOptions.-ctor.html#C1_Ssrs_ConnectionOptions__ctor_System_Net_NetworkCredential_">ConnectionOptions(NetworkCredential)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Ssrs.ConnectionOptions.html">ConnectionOptions</a> class.</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_Ssrs_ConnectionOptions_AuthenticationType" data-uid="C1.Ssrs.ConnectionOptions.AuthenticationType">
          <a class="xref" href="C1.Ssrs.ConnectionOptions.AuthenticationType.html#C1_Ssrs_ConnectionOptions_AuthenticationType">AuthenticationType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of authentication used in SSRS connection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ConnectionOptions_Credential" data-uid="C1.Ssrs.ConnectionOptions.Credential">
          <a class="xref" href="C1.Ssrs.ConnectionOptions.Credential.html#C1_Ssrs_ConnectionOptions_Credential">Credential</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets credential used is SSRS connection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Ssrs_ConnectionOptions_Timeout" data-uid="C1.Ssrs.ConnectionOptions.Timeout">
          <a class="xref" href="C1.Ssrs.ConnectionOptions.Timeout.html#C1_Ssrs_ConnectionOptions_Timeout">Timeout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of milliseconds to wait for server communications.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
