Position of the pager.

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1

Syntax

C#
public enum PagerPosition
Visual Basic (Declaration)
Public Enumeration PagerPosition
Visual C++
public enum class PagerPosition

Members

Member nameDescription
Top
At top.
Bottom
At bottom.
Both
At both top and bottom.
None
Don't show pager.

See Also