在 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 All rights reserved
| Business Objects SA http://www.china.businessobjects.com/ 支援的服務 http://www.china.businessobjects.com/BOindex/support/ |