Describes which rulers are shown.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum ShowRulersFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration ShowRulersFlags |
Members
| Member name | Description | |
|---|---|---|
| None | No rulers are displayed. | |
| Horizontal | The horizontal ruler is displayed. | |
| Vertical | The vertical ruler is displayed. | |
| All | All rulers are displayed. |