Specifies the visibility of page headers and footers.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public enum PageSectionVisibility |
Visual Basic
Copy Code
|
|---|
Public Enum PageSectionVisibility |
Members| Member name | Description | |
|---|---|---|
![]() |
AllPages |
Indicates that the section should appear only on all pages. |
![]() |
EvenPages |
Indicates that the section should appear only on even pages. |
![]() |
FirstPage |
Indicates that the section should appear only on the first page. |
![]() |
LastPage |
Indicates that the section should appear only on the last page. |
![]() |
None |
Indicates an invisible section. |
![]() |
OddPages |
Indicates that the section should appear only on odd pages. |
See Also