Report > Report Assembly Interfaces > IPrxTableIslandPager
Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxTableIslandPager interface contains parameters of working with the page-by-page mode of displaying relational area.
IPrxTableIslandPager
Property name | Brief description | |
![]() |
The DisplayPage property determines a layout page. | |
![]() |
The Enabled property determines whether the page-by-page mode is enabled. | |
![]() |
The Expanded property returns whether IPrxTableIslandPager.ExpandAll is used. | |
![]() |
The Pages property returns the number of relational area layout pages. | |
![]() |
The Rows property determines the number of rows on the page. |
Method name | Brief description | |
![]() |
The ExpandAll method disables the page-by-page mode without recalculation of a relational area. | |
![]() |
The Next method jumps to the next layout page of the relational area. | |
![]() |
The Prev method performs jumps to the previous layout page of relational area. |
See also: