[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.MeasurementUnits

MeasurementUnits Enum

Specifies the measurement units that can be used within the ActiveReports designer.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public enum MeasurementUnits
Remarks

The MeasurementUnits 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.

Available units include:

  • Inches for measurements in inches,
  • Metric for measurements in millimeters,
  • System for using the system's default measurement unit,
  • Point for measurements in points (1/72 of an inch).

This enumeration allows for flexible configuration of measurement units, catering to various regional preferences and design requirements.

Fields

Name Description
Inches

Represents measurements in inches.

Metric

Represents measurements in millimeters, as used in the metric system.

Point

Represents measurements in points, where one point is equal to 1/72 of an inch.

System

Represents the system's default measurement unit, which may vary based on user settings or regional configurations.