Unit 枚举
Represents the units of measure for report items.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration Unit
用法
Dim instance As Unit
public enum Unit
public enum class Unit
type Unit
public enum Unit
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. |