# GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_ArDesigner_PreviewResult" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult" class="text-break">PreviewResult Class
</h1>
  <div class="markdown level0 summary"><p>Represents the result of a report preview operation, containing the preview stream and printer settings.</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">PreviewResult</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.html">GrapeCity.ActiveReports.Design.ArDesigner</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ArDesigner_PreviewResult_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PreviewResult</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_ArDesigner_PreviewResult__ctor_System_IO_Stream_System_Byte___" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult.#ctor(System.IO.Stream,System.Byte[])">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult.-ctor.html#GrapeCity_ActiveReports_Design_ArDesigner_PreviewResult__ctor_System_IO_Stream_System_Byte___">PreviewResult(Stream, byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Represents the result of a report preview operation, containing the preview stream and printer settings.</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_ArDesigner_PreviewResult_PrinterSettings" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult.PrinterSettings">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult.PrinterSettings.html#GrapeCity_ActiveReports_Design_ArDesigner_PreviewResult_PrinterSettings">PrinterSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the printer settings used for generating the report preview.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ArDesigner_PreviewResult_Stream" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult.Stream">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.PreviewResult.Stream.html#GrapeCity_ActiveReports_Design_ArDesigner_PreviewResult_Stream">Stream</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the stream containing the generated report preview.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
