# C1.Document.SSRSReportLocation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_SSRSReportLocation" data-uid="C1.Document.SSRSReportLocation" class="text-break">SSRSReportLocation Class
</h1>
  <div class="markdown level0 summary"><p>Represents the location of an SSRS report specified by a full path to the report on a server.</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.Document.SSRSReportLocationBase.html">SSRSReportLocationBase</a></div>
    <div class="level2"><span class="xref">SSRSReportLocation</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_SSRSReportLocation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(SSRSReportLocation.TypeConverter))]
public class SSRSReportLocation : SSRSReportLocationBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(SSRSReportLocation.TypeConverter))&gt;
Public Class SSRSReportLocation
    Inherits SSRSReportLocationBase</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_Document_SSRSReportLocation__ctor_System_String_System_String_" data-uid="C1.Document.SSRSReportLocation.#ctor(System.String,System.String)">
          <a class="xref" href="C1.Document.SSRSReportLocation.-ctor.html#C1_Document_SSRSReportLocation__ctor_System_String_System_String_">SSRSReportLocation(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Document.SSRSReportLocation.html">SSRSReportLocation</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_Document_SSRSReportLocation_ReportPath" data-uid="C1.Document.SSRSReportLocation.ReportPath">
          <a class="xref" href="C1.Document.SSRSReportLocation.ReportPath.html#C1_Document_SSRSReportLocation_ReportPath">ReportPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a full path to the report on the server.</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_Document_SSRSReportLocation_Equals_System_Object_" data-uid="C1.Document.SSRSReportLocation.Equals(System.Object)">
          <a class="xref" href="C1.Document.SSRSReportLocation.Equals.html#C1_Document_SSRSReportLocation_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current report location to another one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_SSRSReportLocation_GetHashCode" data-uid="C1.Document.SSRSReportLocation.GetHashCode">
          <a class="xref" href="C1.Document.SSRSReportLocation.GetHashCode.html#C1_Document_SSRSReportLocation_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the hash code for this report location.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_SSRSReportLocation_ToString" data-uid="C1.Document.SSRSReportLocation.ToString">
          <a class="xref" href="C1.Document.SSRSReportLocation.ToString.html#C1_Document_SSRSReportLocation_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current report location to a string representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
