# GrapeCity.ActiveReports.PageReportModel.IBaseDataSet.Collation

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_IBaseDataSet_Collation_" data-uid="GrapeCity.ActiveReports.PageReportModel.IBaseDataSet.Collation*">Collation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_IBaseDataSet_Collation_" data-uid="GrapeCity.ActiveReports.PageReportModel.IBaseDataSet.Collation*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_IBaseDataSet_Collation" data-uid="GrapeCity.ActiveReports.PageReportModel.IBaseDataSet.Collation">Collation</h4>
<div class="markdown level1 summary"><p>Gets or sets a locale to use in the collation sequence for sorting data.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">string Collation { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value indicating the locale for the collation sequence.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_IBaseDataSet_Collation_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If no collation is specified, the application attempts to determine the collation setting by querying the data provider.
Defaults to the application's locale settings if the data provider does not support this feature or returns an invalid value.</p>
</div>
</div>
