指定 BooleanFieldFormat 类的 OutputType 属性中的布尔值输出类型。
System.Object
System.ValueType
System.Enum
BooleanOutputType
[Visual Basic]
<可序列化> Public Enumeration BooleanOutputType Inherits Enum Implements IComparable, IFormattable, IConvertible
[C#]
[可序列化] public enumeration BooleanOutputType : Enum, IComparable, IFormattable, IConvertible
成员
| 成员 | 说明 |
|---|---|
| OneOrZero | 布尔值将显示为 1 或 0。1 = True,0 = False。 |
| TOrF | 布尔值将显示为 T 或 F。T = True,F = False。 |
| TrueOrFalse | 布尔值将显示为 True 或 False。 |
| YesOrNo | 布尔值将显示为 Yes 或 No。Yes = True,No = False。 |
| YOrN | 布尔值将显示为 Y 或 N。Y = True,N = False。 |
要求
程序集 CrystalDecisions.Shared (CrystalDecisions.Shared.dll)
请参见
©2005 Business Objects SA 保留所有权利。
| Business Objects SA http://www.china.businessobjects.com/ 支持服务 http://www.china.businessobjects.com/ |