# GrapeCity.ActiveReports.Web.Designer.ReportExtensions

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_Designer_ReportExtensions" data-uid="GrapeCity.ActiveReports.Web.Designer.ReportExtensions" class="text-break">ReportExtensions Class
</h1>
  <div class="markdown level0 summary"><p>Represents extension methods for working with reports.</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">ReportExtensions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.Designer.html">GrapeCity.ActiveReports.Web.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Aspnet.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_Designer_ReportExtensions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ReportExtensions</code></pre>
  </div>
  <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="GrapeCity_ActiveReports_Web_Designer_ReportExtensions_ToXmlStream_GrapeCity_ActiveReports_PageReportModel_Report_" data-uid="GrapeCity.ActiveReports.Web.Designer.ReportExtensions.ToXmlStream(GrapeCity.ActiveReports.PageReportModel.Report)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Designer.ReportExtensions.ToXmlStream.html#GrapeCity_ActiveReports_Web_Designer_ReportExtensions_ToXmlStream_GrapeCity_ActiveReports_PageReportModel_Report_">ToXmlStream(Report)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report to a stream in XML format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_ReportExtensions_ToXmlStream_GrapeCity_ActiveReports_SectionReport_" data-uid="GrapeCity.ActiveReports.Web.Designer.ReportExtensions.ToXmlStream(GrapeCity.ActiveReports.SectionReport)">
          <a class="xref" href="GrapeCity.ActiveReports.Web.Designer.ReportExtensions.ToXmlStream.html#GrapeCity_ActiveReports_Web_Designer_ReportExtensions_ToXmlStream_GrapeCity_ActiveReports_SectionReport_">ToXmlStream(SectionReport)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the SectionReport to a stream in XML format.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
