Page numbers position.
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
[FlagsAttribute] public enum PageNumberPosition |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration PageNumberPosition |
| Visual C++ |
|---|
[FlagsAttribute] public enum class PageNumberPosition |
Members
| Member name | Description | |
|---|---|---|
| None | Do not show. | |
| Header | Show in header. | |
| Footer | Show in footer. | |
| Both | Show in header and footer. |