# GrapeCity.ActiveReports

## Content

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

  <h1 id="GrapeCity_ActiveReports" data-uid="GrapeCity.ActiveReports" class="text-break">GrapeCity.ActiveReports Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.Latch.html">Latch</a></h4>
      <section><p>Latched execution 'pattern'.
For simplicity, try use ExecuteIfOpen method.
Only if it doesn't fit to your task, use more low level method 'Execute'</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.LocateCredentialsEventArgs.html">LocateCredentialsEventArgs</a></h4>
      <section><p>Provides data for LocateCredentials event.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.LocateDataSourceEventArgs.html">LocateDataSourceEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.LocateDataSource.html">LocateDataSource</a> event.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.PageReport.html">PageReport</a></h4>
      <section><p>Represents the type of report on a page where none of the report controls can grow or shrink at run time.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.PageSettings.html">PageSettings</a></h4>
      <section><p>Summary description for PageSettings.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.ParamQuery.html">ParamQuery</a></h4>
      <section><p>Summary description for BuildParamQuery.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.ReportDataException.html">ReportDataException</a></h4>
      <section><p>This exception is thrown when an error occurs while connecting to the report's data source.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.ReportException.html">ReportException</a></h4>
      <section><p>This exception or one of its descendent classes is thrown when an error occurs while running the report.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.ReportScriptException.html">ReportScriptException</a></h4>
      <section><p>The ReportScriptException is thrown when an error occurs in the report scripting code or any of the report's calculated DataField expressions.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.ScriptReferences.html">ScriptReferences</a></h4>
      <section><p>String based collection of namespaces that user can add at run time.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionCollection.html">SectionCollection</a></h4>
      <section><p>Summary description for SectionCollection.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionEventArgs.html">SectionEventArgs</a></h4>
      <section><p>SectionEventArgs</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionReport.html">SectionReport</a></h4>
      <section><p>Represents the type of report with predefined sections: Page Header, Detail, and Page Footer.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionReport.FetchEventArgs.html">SectionReport.FetchEventArgs</a></h4>
      <section><p>Represents data for the <a class="xref" href="GrapeCity.ActiveReports.SectionReport.FetchData.html">FetchData</a> event.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.IFontResolver.html">IFontResolver</a></h4>
      <section><p>Font resolver interface. Allows to customer to specify fonts for report (and obtain the same output on all platforms).</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.IStyleSheetProvider.html">IStyleSheetProvider</a></h4>
      <section><p>Interface IStyleSheetProvider</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.LayoutAction.html">LayoutAction</a></h4>
      <section><p>Specifies the action to be performed after a section is formatted.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.PageSettings.PrinterCollate.html">PageSettings.PrinterCollate</a></h4>
      <section><p>Enum PrinterCollate</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.PrintLayoutMode.html">PrintLayoutMode</a></h4>
      <section><p>Specifies the layout modes for rendering pages.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.ReportProcessingError.html">ReportProcessingError</a></h4>
      <section><p>Describe possible error codes for future detail processing of the error.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionReport.ReportState.html">SectionReport.ReportState</a></h4>
      <section><p>Represents the report processing state.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionReport.RpxFormat.html">SectionReport.RpxFormat</a></h4>
      <section><p>Represents the format to use for saving the report layout.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="GrapeCity.ActiveReports.LocateCredentialsEventHandler.html">LocateCredentialsEventHandler</a></h4>
      <section><p>Represents method that handles LocateCredentials event.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.LocateDataSourceEventHandler.html">LocateDataSourceEventHandler</a></h4>
      <section><p>Represents the method that will handle the <a class="xref" href="GrapeCity.ActiveReports.Document.PageDocument.LocateDataSource.html">LocateDataSource</a> event.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionEventHandler.html">SectionEventHandler</a></h4>
      <section><p>For Internal Use Only.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionReport.FetchEventHandler.html">SectionReport.FetchEventHandler</a></h4>
      <section><p>Represents the fetch event handler.</p>
</section>
      <h4><a class="xref" href="GrapeCity.ActiveReports.SectionReport.ParameterUIClosedHandler.html">SectionReport.ParameterUIClosedHandler</a></h4>
      <section><p>Represents the parameter UI closed handler.</p>
</section>


</div>
