# C1.Ssrs.SessionReportAddress

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Ssrs_SessionReportAddress" data-uid="C1.Ssrs.SessionReportAddress" class="text-break">SessionReportAddress Class
</h1>
  <div class="markdown level0 summary"><p>Defines address of the report session.</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.Ssrs.ReportAddressBase.html">ReportAddressBase</a></div>
    <div class="level2"><span class="xref">SessionReportAddress</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_SessionReportAddress_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SessionReportAddress : ReportAddressBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SessionReportAddress
    Inherits ReportAddressBase</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_SessionReportAddress__ctor_System_String_" data-uid="C1.Ssrs.SessionReportAddress.#ctor(System.String)">
          <a class="xref" href="C1.Ssrs.SessionReportAddress.-ctor.html#C1_Ssrs_SessionReportAddress__ctor_System_String_">SessionReportAddress(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Ssrs.SessionReportAddress.html">SessionReportAddress</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_SessionReportAddress_SessionID" data-uid="C1.Ssrs.SessionReportAddress.SessionID">
          <a class="xref" href="C1.Ssrs.SessionReportAddress.SessionID.html#C1_Ssrs_SessionReportAddress_SessionID">SessionID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the session ID of the report.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Ssrs_SessionReportAddress_Equals_System_Object_" data-uid="C1.Ssrs.SessionReportAddress.Equals(System.Object)">
          <a class="xref" href="C1.Ssrs.SessionReportAddress.Equals.html#C1_Ssrs_SessionReportAddress_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_SessionReportAddress_GetHashCode" data-uid="C1.Ssrs.SessionReportAddress.GetHashCode">
          <a class="xref" href="C1.Ssrs.SessionReportAddress.GetHashCode.html#C1_Ssrs_SessionReportAddress_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Ssrs_SessionReportAddress_ToString" data-uid="C1.Ssrs.SessionReportAddress.ToString">
          <a class="xref" href="C1.Ssrs.SessionReportAddress.ToString.html#C1_Ssrs_SessionReportAddress_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the value of the current <a class="xref" href="C1.Ssrs.SessionReportAddress.html">SessionReportAddress</a> object to its equivalent string representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
