# GrapeCity.ActiveReports.PageReportModel.CustomData

## Content

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



  <h1 id="GrapeCity_ActiveReports_PageReportModel_CustomData" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData" class="text-break">CustomData Class
</h1>
  <div class="markdown level0 summary"><p>Represents data intended for use by a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a>.</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">CustomData</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.PageReportModel.IValidateable.html">IValidateable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.html">GrapeCity.ActiveReports.PageReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rdl.dll</h6>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_CustomData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CustomData : IValidateable</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_PageReportModel_CustomData_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class corresponds to the RDL (Report Definition Language) CustomData element.
If a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a> defines a CustomData element, it is treated as a data region.
This imposes similar restrictions as other data regions, such as disallowing placement in detail rows or page header/footer sections.</p>
</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_PageReportModel_CustomData__ctor" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.-ctor.html#GrapeCity_ActiveReports_PageReportModel_CustomData__ctor">CustomData()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.html">CustomData</a> class.</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_PageReportModel_CustomData_DataColumnGroupings" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataColumnGroupings">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.DataColumnGroupings.html#GrapeCity_ActiveReports_PageReportModel_CustomData_DataColumnGroupings">DataColumnGroupings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column groupings defined for the custom report item's data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_CustomData_DataRowGroupings" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataRowGroupings">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.DataRowGroupings.html#GrapeCity_ActiveReports_PageReportModel_CustomData_DataRowGroupings">DataRowGroupings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row groupings defined for the custom report item's data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_CustomData_DataRows" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataRows">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.DataRows.html#GrapeCity_ActiveReports_PageReportModel_CustomData_DataRows">DataRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data values calculated for each detail cell of the custom report item's data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_CustomData_DataSetName" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetName">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetName.html#GrapeCity_ActiveReports_PageReportModel_CustomData_DataSetName">DataSetName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets s name of the data set used as the data source for the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomReportItem.html">CustomReportItem</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_CustomData_DataSetParameters" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetParameters">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.DataSetParameters.html#GrapeCity_ActiveReports_PageReportModel_CustomData_DataSetParameters">DataSetParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of parameters associated with the custom report item's data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_PageReportModel_CustomData_Filters" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.Filters">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.Filters.html#GrapeCity_ActiveReports_PageReportModel_CustomData_Filters">Filters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of filters to apply to each row of data.</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_PageReportModel_CustomData_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_" data-uid="GrapeCity.ActiveReports.PageReportModel.CustomData.Validate(GrapeCity.ActiveReports.PageReportModel.ValidationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.Validate.html#GrapeCity_ActiveReports_PageReportModel_CustomData_Validate_GrapeCity_ActiveReports_PageReportModel_ValidationContext_">Validate(ValidationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Validates the current state of the <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.CustomData.html">CustomData</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rdl.Tools.CollectionExtensions.AddRange.html#GrapeCity_ActiveReports_Rdl_Tools_CollectionExtensions_AddRange__2___0_System_Collections_Generic_IEnumerable___1__">CollectionExtensions.AddRange&lt;TCollection, TItem&gt;(TCollection, IEnumerable&lt;TItem&gt;)</a>
  </div>

</div>
