# C1.Web.Mvc.Olap.DimensionType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Olap_DimensionType" data-uid="C1.Web.Mvc.Olap.DimensionType" class="text-break">DimensionType Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the dimension types of a field.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Olap.html">C1.Web.Mvc.Olap</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.Olap.dll</h6>
  <h5 id="C1_Web_Mvc_Olap_DimensionType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DimensionType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DimensionType</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="C1_Web_Mvc_Olap_DimensionType_Attribute">Attribute</td>
        <td><p>Provide supplementary information about dimension members.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_Currency">Currency</td>
        <td><p>Dimension whose attributes represent a list of currencies for financial reporting purposes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_Date">Date</td>
        <td><p>Dimension with time-based levels of granularity for analysis and reporting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_Dimension">Dimension</td>
        <td><p>A group of fields.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_Folder">Folder</td>
        <td><p>A folder field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_Hierarchy">Hierarchy</td>
        <td><p>A discrete field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_Kpi">Kpi</td>
        <td><p>A field used to gauge performance of some value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_Measure">Measure</td>
        <td><p>An aggregatable field.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Olap_DimensionType_NameSet">NameSet</td>
        <td><p>Multidimensional Expression (MDX) that returns a set of dimension members.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
