# GrapeCity.ActiveReports.Design.DataBindingWizard.Services.ISampleReportsProvider.Categories

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_ISampleReportsProvider_Categories_" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.ISampleReportsProvider.Categories*">Categories Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_ISampleReportsProvider_Categories_" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.ISampleReportsProvider.Categories*"></a>
<h4 id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_ISampleReportsProvider_Categories" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.ISampleReportsProvider.Categories">Categories</h4>
<div class="markdown level1 summary"><p>Gets a collection of category descriptors in the correct order.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IEnumerable&lt;CategoryDescriptor&gt; Categories { get; }</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.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.CategoryDescriptor.html">CategoryDescriptor</a>&gt;</td>
      <td><p>A collection of <a class="xref" href="GrapeCity.ActiveReports.Design.DataBindingWizard.Services.CategoryDescriptor.html">CategoryDescriptor</a> instances.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_DataBindingWizard_Services_ISampleReportsProvider_Categories_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property provides access to all available category descriptors in the correct order.</p>
</div>
</div>
