Перечисление MapUnits
Represents the units of measure for map items.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Enumeration MapUnits
'Применение
Dim instance As MapUnits
public enum MapUnits
public enum class MapUnits
type MapUnits
public enum MapUnits
Элементы
| Имя элемента | Описание | |
|---|---|---|
| Percentage | Specifies that the unit is a percentage of the containing object. | |
| Inch | Specifies that the unit is inches. | |
| Point | Specifies that the unit is points. | |
| Centimeter | Specifies that the unit is centimeters. | |
| Millimeter | Specifies that the unit is millimeters. | |
| Pica | Specifies that the unit is picas. |