[]
Specifies the measurement units that can be used within the ActiveReports designer.
public enum MeasurementUnits
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:
This enumeration allows for flexible configuration of measurement units, catering to various regional preferences and design requirements.
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. |