# GrapeCity.ActiveReports.Design.MeasurementUnits

## Content

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




  <h1 id="GrapeCity_ActiveReports_Design_MeasurementUnits" data-uid="GrapeCity.ActiveReports.Design.MeasurementUnits" class="text-break">MeasurementUnits Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the measurement units that can be used within the ActiveReports designer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_MeasurementUnits_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MeasurementUnits</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_MeasurementUnits_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html">MeasurementUnits</a> enumeration provides options for setting the measurement units in the ActiveReports designer. This allows users to work in
their preferred unit of measurement, enhancing usability and precision in report design.</p>
<p>
Available units include:
<ul><li><a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html#GrapeCity_ActiveReports_Design_MeasurementUnits_Inches">Inches</a> for measurements in inches,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html#GrapeCity_ActiveReports_Design_MeasurementUnits_Metric">Metric</a> for measurements in millimeters,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html#GrapeCity_ActiveReports_Design_MeasurementUnits_System">System</a> for using the system's default measurement unit,</li><li><a class="xref" href="GrapeCity.ActiveReports.Design.MeasurementUnits.html#GrapeCity_ActiveReports_Design_MeasurementUnits_Point">Point</a> for measurements in points (1/72 of an inch).</li></ul><p>This enumeration allows for flexible configuration of measurement units, catering to various regional preferences and design requirements.</p>
</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_Design_MeasurementUnits_Inches">Inches</td>
        <td><p>Represents measurements in inches.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_MeasurementUnits_Metric">Metric</td>
        <td><p>Represents measurements in millimeters, as used in the metric system.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_MeasurementUnits_Point">Point</td>
        <td><p>Represents measurements in points, where one point is equal to 1/72 of an inch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_MeasurementUnits_System">System</td>
        <td><p>Represents the system's default measurement unit, which may vary based on user settings or regional configurations.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
