Describes the direction in which the new page should be started.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public enum PageDirectionEnum |
| Visual Basic |
|---|
Public Enumeration PageDirectionEnum |
Members
| Member name | Description | |
|---|---|---|
| Default | Type of page (vertical or horizontal) is determinated on the basis of the current stacking rules. Vertical page is added if Stacking is StackingRulesEnum.BlockTopToBottom. | |
| Vertical | Vertical page direction - i.e. logically the next page is below the current one. | |
| Horizontal | Horizontal page direction - i.e. logically the next page is to the right of the current one. |