# GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor" class="text-break">SampleReportDescriptor Struct
</h1>
  <div class="markdown level0 summary"><p>Describes a sample report.
<br>
This struct encapsulates the details of a sample report including its path, name, description, id and preview.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.html">GrapeCity.ActiveReports.Design.DataBindingWizard.Services</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SampleReportDescriptor</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="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor__ctor_System_String_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.#ctor(System.String,System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.-ctor.html#GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor__ctor_System_String_System_String_System_String_System_String_System_String_">SampleReportDescriptor(string, string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.html">SampleReportDescriptor</a> struct.</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="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Description" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Description">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Description.html#GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description of the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Id" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Id">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Id.html#GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Id of the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Name" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Name.html#GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Path" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Path">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.Path.html#GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_Path">Path</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the path of the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_ThumbnailPath" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.ThumbnailPath">
          <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.SampleReportDescriptor.ThumbnailPath.html#GrapeCity_ActiveReports_Design_DataBindingWizard_Services_SampleReportDescriptor_ThumbnailPath">ThumbnailPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base64 encoded preview of the report.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
