# GrapeCity.ActiveReports.SectionReport

## Content

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



  <h1 id="GrapeCity_ActiveReports_SectionReport" data-uid="GrapeCity.ActiveReports.SectionReport" class="text-break">SectionReport Class
</h1>
  <div class="markdown level0 summary"><p>Represents the type of report with predefined sections: Page Header, Detail, and Page Footer.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><span class="xref">SectionReport</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.IStyleSheetProvider.html">IStyleSheetProvider</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.html">GrapeCity.ActiveReports</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_SectionReport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SectionReport : MarshalByRefObject, IComponent, IDisposable, IStyleSheetProvider, ISupportInitialize, ICloneable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_SectionReport_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p><a class="xref" href="GrapeCity.ActiveReports.SectionReport.html">SectionReport</a> can be customized using code/scripts in the report events.</p>
</div>
  <h5 id="GrapeCity_ActiveReports_SectionReport_examples"><strong>Examples</strong></h5>
  <pre><code class="lang-csharp">var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.LoadLayout(System.Xml.XmlReader.Create("Report.rpx")); 
sectionReport.Document.Printer.PrinterName = String.Empty;
viewer.LoadDocument(sectionReport);</code></pre>

  <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_SectionReport__ctor" data-uid="GrapeCity.ActiveReports.SectionReport.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.-ctor.html#GrapeCity_ActiveReports_SectionReport__ctor">SectionReport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialises a new instance of the <a class="xref" href="GrapeCity.ActiveReports.SectionReport.html">SectionReport</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_m_document" data-uid="GrapeCity.ActiveReports.SectionReport.m_document">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.m_document.html">m_document</a>
        </td>
        <td class="markdown level1 summary"><p>The section document instance associated with this report.</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_SectionReport_CalculatedFields" data-uid="GrapeCity.ActiveReports.SectionReport.CalculatedFields">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.CalculatedFields.html#GrapeCity_ActiveReports_SectionReport_CalculatedFields">CalculatedFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the collection of fields whose values are evaluated during report execution.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_CompatibilityMode" data-uid="GrapeCity.ActiveReports.SectionReport.CompatibilityMode">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.CompatibilityMode.html#GrapeCity_ActiveReports_SectionReport_CompatibilityMode">CompatibilityMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the engine should use the legacy GDI/GDI+ rendering or the new cross-platform based rendering implementation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Components" data-uid="GrapeCity.ActiveReports.SectionReport.Components">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Components.html#GrapeCity_ActiveReports_SectionReport_Components">Components</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the datasource components other than <a class="xref" href="GrapeCity.ActiveReports.Data.DbDataSource.html">DbDataSource</a> saved to rpx.
Gets populated only at run time loadlayout.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Culture" data-uid="GrapeCity.ActiveReports.SectionReport.Culture">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Culture.html#GrapeCity_ActiveReports_SectionReport_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.globalization.cultureinfo">CultureInfo</a> that is used to format number and dates displayed in a report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_CurrentPage" data-uid="GrapeCity.ActiveReports.SectionReport.CurrentPage">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.CurrentPage.html#GrapeCity_ActiveReports_SectionReport_CurrentPage">CurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the current report page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_DataMember" data-uid="GrapeCity.ActiveReports.SectionReport.DataMember">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.DataMember.html#GrapeCity_ActiveReports_SectionReport_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the name of the list or table in the DataSource to which the report will bind.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_DataSource" data-uid="GrapeCity.ActiveReports.SectionReport.DataSource">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.DataSource.html#GrapeCity_ActiveReports_SectionReport_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value representing the report data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_DeviceInfo" data-uid="GrapeCity.ActiveReports.SectionReport.DeviceInfo">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.DeviceInfo.html#GrapeCity_ActiveReports_SectionReport_DeviceInfo">DeviceInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the device information used for rendering the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Document" data-uid="GrapeCity.ActiveReports.SectionReport.Document">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Document.html#GrapeCity_ActiveReports_SectionReport_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the report output that can be printed, displayed in the viewer or exported to an external document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_EnableScriptDebugging" data-uid="GrapeCity.ActiveReports.SectionReport.EnableScriptDebugging">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.EnableScriptDebugging.html#GrapeCity_ActiveReports_SectionReport_EnableScriptDebugging">EnableScriptDebugging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to pause the debugger if the report script code throws an exception.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ExpressionErrorMessage" data-uid="GrapeCity.ActiveReports.SectionReport.ExpressionErrorMessage">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ExpressionErrorMessage.html#GrapeCity_ActiveReports_SectionReport_ExpressionErrorMessage">ExpressionErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the message that represents a message to be displayed to the user instead of reporting engine exceptions.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Fields" data-uid="GrapeCity.ActiveReports.SectionReport.Fields">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Fields.html#GrapeCity_ActiveReports_SectionReport_Fields">Fields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value representing the collection of the data source fields.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_FontResolver" data-uid="GrapeCity.ActiveReports.SectionReport.FontResolver">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.FontResolver.html#GrapeCity_ActiveReports_SectionReport_FontResolver">FontResolver</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font resolver.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ImageConverterService" data-uid="GrapeCity.ActiveReports.SectionReport.ImageConverterService">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ImageConverterService.html#GrapeCity_ActiveReports_SectionReport_ImageConverterService">ImageConverterService</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the image converter service used to convert images during report processing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_IsDirty" data-uid="GrapeCity.ActiveReports.SectionReport.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.IsDirty.html#GrapeCity_ActiveReports_SectionReport_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the report layout state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LayoutAction" data-uid="GrapeCity.ActiveReports.SectionReport.LayoutAction">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LayoutAction.html#GrapeCity_ActiveReports_SectionReport_LayoutAction">LayoutAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom action after the current record is rendered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_MaxPages" data-uid="GrapeCity.ActiveReports.SectionReport.MaxPages">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.MaxPages.html#GrapeCity_ActiveReports_SectionReport_MaxPages">MaxPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the maximum number of pages the report will create.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Name" data-uid="GrapeCity.ActiveReports.SectionReport.Name">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Name.html#GrapeCity_ActiveReports_SectionReport_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets os a sets a value indicating the report name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PageNumber" data-uid="GrapeCity.ActiveReports.SectionReport.PageNumber">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PageNumber.html#GrapeCity_ActiveReports_SectionReport_PageNumber">PageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the number of the current page being processed when a report is running.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PageSettings" data-uid="GrapeCity.ActiveReports.SectionReport.PageSettings">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PageSettings.html#GrapeCity_ActiveReports_SectionReport_PageSettings">PageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value representing the report’s page settings.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Parameters" data-uid="GrapeCity.ActiveReports.SectionReport.Parameters">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Parameters.html#GrapeCity_ActiveReports_SectionReport_Parameters">Parameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the collection of report parameters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ParentReport" data-uid="GrapeCity.ActiveReports.SectionReport.ParentReport">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ParentReport.html#GrapeCity_ActiveReports_SectionReport_ParentReport">ParentReport</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the parent report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PrintWidth" data-uid="GrapeCity.ActiveReports.SectionReport.PrintWidth">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PrintWidth.html#GrapeCity_ActiveReports_SectionReport_PrintWidth">PrintWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the print width of the report in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ResourceLocator" data-uid="GrapeCity.ActiveReports.SectionReport.ResourceLocator">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ResourceLocator.html#GrapeCity_ActiveReports_SectionReport_ResourceLocator">ResourceLocator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value representing the implementation of the resource locator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Script" data-uid="GrapeCity.ActiveReports.SectionReport.Script">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Script.html#GrapeCity_ActiveReports_SectionReport_Script">Script</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value containing the custom report code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ScriptLanguage" data-uid="GrapeCity.ActiveReports.SectionReport.ScriptLanguage">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ScriptLanguage.html#GrapeCity_ActiveReports_SectionReport_ScriptLanguage">ScriptLanguage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the scripting language that ActiveReports uses to write and interpret the script properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ScriptReferences" data-uid="GrapeCity.ActiveReports.SectionReport.ScriptReferences">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ScriptReferences.html#GrapeCity_ActiveReports_SectionReport_ScriptReferences">ScriptReferences</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the collection of references that could be use in the code of a report script.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Sections" data-uid="GrapeCity.ActiveReports.SectionReport.Sections">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Sections.html#GrapeCity_ActiveReports_SectionReport_Sections">Sections</a>
        </td>
        <td class="markdown level1 summary"><p>Gets value representing a sections collection of the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ShowParameterUI" data-uid="GrapeCity.ActiveReports.SectionReport.ShowParameterUI">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ShowParameterUI.html#GrapeCity_ActiveReports_SectionReport_ShowParameterUI">ShowParameterUI</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the query parameters dialog box appears when the report is executed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_State" data-uid="GrapeCity.ActiveReports.SectionReport.State">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.State.html#GrapeCity_ActiveReports_SectionReport_State">State</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating the current state of a report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_StyleSheet" data-uid="GrapeCity.ActiveReports.SectionReport.StyleSheet">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.StyleSheet.html#GrapeCity_ActiveReports_SectionReport_StyleSheet">StyleSheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value representing the collection of formatting styles used to format controls in the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_TextLayout" data-uid="GrapeCity.ActiveReports.SectionReport.TextLayout">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.TextLayout.html#GrapeCity_ActiveReports_SectionReport_TextLayout">TextLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text layout service used to measure and render text in the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_UserData" data-uid="GrapeCity.ActiveReports.SectionReport.UserData">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.UserData.html#GrapeCity_ActiveReports_SectionReport_UserData">UserData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value representing the custom report string data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Version" data-uid="GrapeCity.ActiveReports.SectionReport.Version">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Version.html#GrapeCity_ActiveReports_SectionReport_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the version number of the product.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Watermark" data-uid="GrapeCity.ActiveReports.SectionReport.Watermark">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Watermark.html#GrapeCity_ActiveReports_SectionReport_Watermark">Watermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value representing an image that will be used for the background of report pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_WatermarkAlignment" data-uid="GrapeCity.ActiveReports.SectionReport.WatermarkAlignment">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.WatermarkAlignment.html#GrapeCity_ActiveReports_SectionReport_WatermarkAlignment">WatermarkAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the position of the background image on report pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_WatermarkPrintOnPages" data-uid="GrapeCity.ActiveReports.SectionReport.WatermarkPrintOnPages">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.WatermarkPrintOnPages.html#GrapeCity_ActiveReports_SectionReport_WatermarkPrintOnPages">WatermarkPrintOnPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the specific pages to which the watermark should be added.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_WatermarkSizeMode" data-uid="GrapeCity.ActiveReports.SectionReport.WatermarkSizeMode">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.WatermarkSizeMode.html#GrapeCity_ActiveReports_SectionReport_WatermarkSizeMode">WatermarkSizeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the scaling of the background image of report pages.</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="GrapeCity_ActiveReports_SectionReport_AddAssembly_System_Reflection_Assembly_" data-uid="GrapeCity.ActiveReports.SectionReport.AddAssembly(System.Reflection.Assembly)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.AddAssembly.html#GrapeCity_ActiveReports_SectionReport_AddAssembly_System_Reflection_Assembly_">AddAssembly(Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the specified external assembly to use inside scripts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_AddCode_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.AddCode(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.AddCode.html#GrapeCity_ActiveReports_SectionReport_AddCode_System_String_">AddCode(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds additional valid script code to the scripting context of the report.
The AddCode method allows complete functions to be added to a report's script at runtime. The added functions can be called from the report events in the script.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_AddControlLicense_System_String_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.AddControlLicense(System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.AddControlLicense.html#GrapeCity_ActiveReports_SectionReport_AddControlLicense_System_String_System_String_">AddControlLicense(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the license key to the report so that licensed controls can be added to the sections at runtime using the Controls.Add method.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_AddNamedItem_System_String_System_Object_" data-uid="GrapeCity.ActiveReports.SectionReport.AddNamedItem(System.String,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.AddNamedItem.html#GrapeCity_ActiveReports_SectionReport_AddNamedItem_System_String_System_Object_">AddNamedItem(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the object to the global namespace of the script.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_AddScriptReference_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.AddScriptReference(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.AddScriptReference.html#GrapeCity_ActiveReports_SectionReport_AddScriptReference_System_String_">AddScriptReference(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the reference to the specified assembly to load to the scripting runtime context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_AllFields" data-uid="GrapeCity.ActiveReports.SectionReport.AllFields">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.AllFields.html#GrapeCity_ActiveReports_SectionReport_AllFields">AllFields()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the union collection of the Fields and CalculatedFields objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Cancel" data-uid="GrapeCity.ActiveReports.SectionReport.Cancel">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Cancel.html#GrapeCity_ActiveReports_SectionReport_Cancel">Cancel()</a>
        </td>
        <td class="markdown level1 summary"><p>Cancels the report processing. All rendered pages are deleted from the report's <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Document.html#GrapeCity_ActiveReports_SectionReport_Document">Document</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Clone_GrapeCity_ActiveReports_SectionReport_" data-uid="GrapeCity.ActiveReports.SectionReport.Clone(GrapeCity.ActiveReports.SectionReport)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Clone.html#GrapeCity_ActiveReports_SectionReport_Clone_GrapeCity_ActiveReports_SectionReport_">Clone(SectionReport)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the current report layout into the specified <a class="xref" href="GrapeCity.ActiveReports.SectionReport.html">SectionReport</a> clone instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_CmToInch_System_Single_" data-uid="GrapeCity.ActiveReports.SectionReport.CmToInch(System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.CmToInch.html#GrapeCity_ActiveReports_SectionReport_CmToInch_System_Single_">CmToInch(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a measurement in centimeters to inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Dispose" data-uid="GrapeCity.ActiveReports.SectionReport.Dispose">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Dispose.html#GrapeCity_ActiveReports_SectionReport_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs tasks related to releasing resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Dispose_System_Boolean_" data-uid="GrapeCity.ActiveReports.SectionReport.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Dispose.html#GrapeCity_ActiveReports_SectionReport_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs tasks related to freeing and releasing resources..</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_InchToCm_System_Single_" data-uid="GrapeCity.ActiveReports.SectionReport.InchToCm(System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.InchToCm.html#GrapeCity_ActiveReports_SectionReport_InchToCm_System_Single_">InchToCm(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a measurement in inches to centimeters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_InvalidateStyles" data-uid="GrapeCity.ActiveReports.SectionReport.InvalidateStyles">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.InvalidateStyles.html#GrapeCity_ActiveReports_SectionReport_InvalidateStyles">InvalidateStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Causes the report to reset all cached style data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadLayout_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.SectionReport.LoadLayout(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadLayout.html#GrapeCity_ActiveReports_SectionReport_LoadLayout_System_IO_Stream_">LoadLayout(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report layout from the stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadLayout_System_IO_Stream_System_Collections_ArrayList__" data-uid="GrapeCity.ActiveReports.SectionReport.LoadLayout(System.IO.Stream,System.Collections.ArrayList@)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadLayout.html#GrapeCity_ActiveReports_SectionReport_LoadLayout_System_IO_Stream_System_Collections_ArrayList__">LoadLayout(Stream, out ArrayList)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report layout from the stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadLayout_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.LoadLayout(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadLayout.html#GrapeCity_ActiveReports_SectionReport_LoadLayout_System_String_">LoadLayout(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report layout from the file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadLayout_System_String_System_Collections_ArrayList__" data-uid="GrapeCity.ActiveReports.SectionReport.LoadLayout(System.String,System.Collections.ArrayList@)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadLayout.html#GrapeCity_ActiveReports_SectionReport_LoadLayout_System_String_System_Collections_ArrayList__">LoadLayout(string, out ArrayList)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads report's layout from file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadLayout_System_Type_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.LoadLayout(System.Type,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadLayout.html#GrapeCity_ActiveReports_SectionReport_LoadLayout_System_Type_System_String_">LoadLayout(Type, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report layout from the embedded resource.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadLayout_System_Xml_XmlReader_" data-uid="GrapeCity.ActiveReports.SectionReport.LoadLayout(System.Xml.XmlReader)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadLayout.html#GrapeCity_ActiveReports_SectionReport_LoadLayout_System_Xml_XmlReader_">LoadLayout(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report layout from the <span class="xref">System.Xml.XmlReader</span>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadStyles_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.SectionReport.LoadStyles(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadStyles.html#GrapeCity_ActiveReports_SectionReport_LoadStyles_System_IO_Stream_">LoadStyles(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report stylesheet from a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LoadStyles_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.LoadStyles(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LoadStyles.html#GrapeCity_ActiveReports_SectionReport_LoadStyles_System_String_">LoadStyles(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the report stylesheet from an external file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_OnLayoutLoaded_System_EventArgs_" data-uid="GrapeCity.ActiveReports.SectionReport.OnLayoutLoaded(System.EventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.OnLayoutLoaded.html#GrapeCity_ActiveReports_SectionReport_OnLayoutLoaded_System_EventArgs_">OnLayoutLoaded(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires <span class="xref">GrapeCity.ActiveReports.SectionReport.LayoutLoaded</span> event</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_OnLayoutLoading_System_EventArgs_" data-uid="GrapeCity.ActiveReports.SectionReport.OnLayoutLoading(System.EventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.OnLayoutLoading.html#GrapeCity_ActiveReports_SectionReport_OnLayoutLoading_System_EventArgs_">OnLayoutLoading(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires <span class="xref">GrapeCity.ActiveReports.SectionReport.LayoutLoading</span> event</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PrintAbortedEventHandler_System_Object_System_EventArgs_" data-uid="GrapeCity.ActiveReports.SectionReport.PrintAbortedEventHandler(System.Object,System.EventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PrintAbortedEventHandler.html#GrapeCity_ActiveReports_SectionReport_PrintAbortedEventHandler_System_Object_System_EventArgs_">PrintAbortedEventHandler(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles print aborted events and raises the PrintAborted event on the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PrintProgressEventHandler_System_Object_System_EventArgs_" data-uid="GrapeCity.ActiveReports.SectionReport.PrintProgressEventHandler(System.Object,System.EventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PrintProgressEventHandler.html#GrapeCity_ActiveReports_SectionReport_PrintProgressEventHandler_System_Object_System_EventArgs_">PrintProgressEventHandler(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles print progress events and raises the PrintProgress event on the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_RaiseParameterUIClosed_System_Boolean_" data-uid="GrapeCity.ActiveReports.SectionReport.RaiseParameterUIClosed(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.RaiseParameterUIClosed.html#GrapeCity_ActiveReports_SectionReport_RaiseParameterUIClosed_System_Boolean_">RaiseParameterUIClosed(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ParameterUIClosed event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ResetScripts" data-uid="GrapeCity.ActiveReports.SectionReport.ResetScripts">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ResetScripts.html#GrapeCity_ActiveReports_SectionReport_ResetScripts">ResetScripts()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the script of any items added using the AddNamedItem method or code added using the AddCode method.
This does not affect the previously saved report layout (RPX) file and only deletes code added using the above methods.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ResetWatermark" data-uid="GrapeCity.ActiveReports.SectionReport.ResetWatermark">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ResetWatermark.html#GrapeCity_ActiveReports_SectionReport_ResetWatermark">ResetWatermark()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the watermark to the empty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Restart" data-uid="GrapeCity.ActiveReports.SectionReport.Restart">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Restart.html#GrapeCity_ActiveReports_SectionReport_Restart">Restart()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the report state and clears report's <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Document.html#GrapeCity_ActiveReports_SectionReport_Document">Document</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Restart_System_Boolean_" data-uid="GrapeCity.ActiveReports.SectionReport.Restart(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Restart.html#GrapeCity_ActiveReports_SectionReport_Restart_System_Boolean_">Restart(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the report state and clears report's <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Document.html#GrapeCity_ActiveReports_SectionReport_Document">Document</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Run" data-uid="GrapeCity.ActiveReports.SectionReport.Run">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Run.html#GrapeCity_ActiveReports_SectionReport_Run">Run()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the report output that could be then printed, displayed in the viewer, or exported to an external document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Run_System_Boolean_" data-uid="GrapeCity.ActiveReports.SectionReport.Run(System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Run.html#GrapeCity_ActiveReports_SectionReport_Run_System_Boolean_">Run(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the report output that could be then printed, displayed in the viewer, or exported to an external document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_SaveLayout_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.SectionReport.SaveLayout(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.SaveLayout.html#GrapeCity_ActiveReports_SectionReport_SaveLayout_System_IO_Stream_">SaveLayout(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report layout to the specified stream in the <a class="xref" href="GrapeCity.ActiveReports.SectionReport.RpxFormat.html#GrapeCity_ActiveReports_SectionReport_RpxFormat_Arnet">Arnet</a> format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_SaveLayout_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.SaveLayout(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.SaveLayout.html#GrapeCity_ActiveReports_SectionReport_SaveLayout_System_String_">SaveLayout(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves layout to the file in the<a class="xref" href="GrapeCity.ActiveReports.SectionReport.RpxFormat.html#GrapeCity_ActiveReports_SectionReport_RpxFormat_Arnet">Arnet</a> format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_SaveLayout_System_Xml_XmlWriter_" data-uid="GrapeCity.ActiveReports.SectionReport.SaveLayout(System.Xml.XmlWriter)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.SaveLayout.html#GrapeCity_ActiveReports_SectionReport_SaveLayout_System_Xml_XmlWriter_">SaveLayout(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the report layout to the provided <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_SaveStyles_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.SectionReport.SaveStyles(System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.SaveStyles.html#GrapeCity_ActiveReports_SectionReport_SaveStyles_System_IO_Stream_">SaveStyles(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves report styles to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_SaveStyles_System_String_" data-uid="GrapeCity.ActiveReports.SectionReport.SaveStyles(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.SaveStyles.html#GrapeCity_ActiveReports_SectionReport_SaveStyles_System_String_">SaveStyles(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves report styles to an external file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_Stop" data-uid="GrapeCity.ActiveReports.SectionReport.Stop">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.Stop.html#GrapeCity_ActiveReports_SectionReport_Stop">Stop()</a>
        </td>
        <td class="markdown level1 summary"><p>Stops the report processing.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_DataInitialize" data-uid="GrapeCity.ActiveReports.SectionReport.DataInitialize">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.DataInitialize.html">DataInitialize</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ReportStart.html">ReportStart</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_DataSourceChanged" data-uid="GrapeCity.ActiveReports.SectionReport.DataSourceChanged">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.DataSourceChanged.html">DataSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the DataMember or DataSource properties have changed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_FetchData" data-uid="GrapeCity.ActiveReports.SectionReport.FetchData">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.FetchData.html">FetchData</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs for each data record processing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_LocateCredentials" data-uid="GrapeCity.ActiveReports.SectionReport.LocateCredentials">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.LocateCredentials.html">LocateCredentials</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the report needs to obtain data source credentials from the calling application.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_NoData" data-uid="GrapeCity.ActiveReports.SectionReport.NoData">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.NoData.html">NoData</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when there is no data to process and no records are returned by the report's data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PageEnd" data-uid="GrapeCity.ActiveReports.SectionReport.PageEnd">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PageEnd.html">PageEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs at the end of page processing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PageStart" data-uid="GrapeCity.ActiveReports.SectionReport.PageStart">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PageStart.html">PageStart</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs at the beginning of page processing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ParameterUIClosed" data-uid="GrapeCity.ActiveReports.SectionReport.ParameterUIClosed">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ParameterUIClosed.html">ParameterUIClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a report readers closed the parameters input dialog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PrintAborted" data-uid="GrapeCity.ActiveReports.SectionReport.PrintAborted">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PrintAborted.html">PrintAborted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the report printing is cancelled.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_PrintProgress" data-uid="GrapeCity.ActiveReports.SectionReport.PrintProgress">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.PrintProgress.html">PrintProgress</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs during printing at the beginning of each printed page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ReportEnd" data-uid="GrapeCity.ActiveReports.SectionReport.ReportEnd">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ReportEnd.html">ReportEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs at the end of report processing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReport_ReportStart" data-uid="GrapeCity.ActiveReports.SectionReport.ReportStart">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReport.ReportStart.html">ReportStart</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs at the start of report processing.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
