# GrapeCity.ActiveReports.SectionReportModel.SummaryFunc

## Content

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




  <h1 id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc" data-uid="GrapeCity.ActiveReports.SectionReportModel.SummaryFunc" class="text-break">SummaryFunc Enum
</h1>
  <div class="markdown level0 summary"><p>Determines the summary calculation function performed on the  field value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.html">GrapeCity.ActiveReports.SectionReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SummaryFunc</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_Avg">Avg</td>
        <td><p>Calculates the average of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_Count">Count</td>
        <td><p>Calculates the count of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_DAvg">DAvg</td>
        <td><p>Calculates the average based on the distinct values of another field within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_DCount">DCount</td>
        <td><p>Calculates the distinct count based on the distinct values of another field within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_DStdDev">DStdDev</td>
        <td><p>Calculates the standard deviation based on the distinct values of another field within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_DStdDevP">DStdDevP</td>
        <td><p>Calculates the population standard deviation based on the distinct values of another field within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_DSum">DSum</td>
        <td><p>Calculates the total based on the distinct values of another field within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_DVar">DVar</td>
        <td><p>Calculates the variance based on the distinct values of another field within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_DVarP">DVarP</td>
        <td><p>Calculates the population distinct variance based on the distinct values of another field within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_Max">Max</td>
        <td><p>Calculates the maximum of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_Min">Min</td>
        <td><p>Calculates the minimum of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_StdDev">StdDev</td>
        <td><p>Calculates the standard deviation of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_StdDevP">StdDevP</td>
        <td><p>Calculates the population standard deviation of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_Sum">Sum</td>
        <td><p>Calculates the total of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_Var">Var</td>
        <td><p>Calculates the variance of all values within the specified summary region (group, page or report).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_SummaryFunc_VarP">VarP</td>
        <td><p>Calculates the population variance of all values within the specified summary region (group, page or report).</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;SummaryFunc&gt;(SummaryFunc)</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;SummaryFunc&gt;(SummaryFunc, 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>
