# GrapeCity.ActiveReports.Extensibility.Layout.Features

## Content

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




  <h1 id="GrapeCity_ActiveReports_Extensibility_Layout_Features" data-uid="GrapeCity.ActiveReports.Extensibility.Layout.Features" class="text-break">Features Enum
</h1>
  <div class="markdown level0 summary"><p>All the features recognized by the layout engine.
This enumeration is used to locate rendering device capabilities.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Layout.html">GrapeCity.ActiveReports.Extensibility.Layout</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Layout_Features_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Features</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_Extensibility_Layout_Features_CollapsibleRows">CollapsibleRows</td>
        <td><p>Specifies whether the target device supports expandable rows</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_FeatureFooter">FeatureFooter</td>
        <td><p>Specifies whether the footer is generated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_FeatureHeader">FeatureHeader</td>
        <td><p>Specifies whether the header is generated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_FeatureInteractiveSortingToggling">FeatureInteractiveSortingToggling</td>
        <td><p>Specifies whether the target device supports interactive sorting/toggling features.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_FeatureInteractivity">FeatureInteractivity</td>
        <td><p>Specifies whether the target device supports interactivity features.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_FeaturePagination">FeaturePagination</td>
        <td><p>Specifies that a structure describing page size is supplied if the feature is supported.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_FeatureResoluton">FeatureResoluton</td>
        <td><p>Specifies what resolution (dpi) is available for the target device. (The descriptor contains a single SizeF value corresponding to the horizontal and vertical resolutions respectively.)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_NativeImages">NativeImages</td>
        <td><p>For internal use only. Specifies support of drawing of Emf|wmf images.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_ProfessionalEditionRequired">ProfessionalEditionRequired</td>
        <td><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Layout_Features_TargetDevice">TargetDevice</td>
        <td><p>Defines output kinds which is used now by ITargetDevice</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>
</div>
