StiReportPagesHelper Class
Namespace: Stimulsoft.Dashboard.Helpers
This class helps in working with nested pages of a report. Nested pages are report pages which are used in drill-down interactions and can’t be show in a viewer.
Methods
| Method | Returns | Description |
|---|---|---|
FetchAllNestedPages static |
List |
|
FetchAllPages static |
List |
Method Details
FetchAllNestedPages static
FetchAllNestedPages(report: StiReport): List
Parameters
- report (StiReport)
Returns List
FetchAllPages static
FetchAllPages(report: StiReport, skipNesting: bool): List
Parameters
- report (StiReport)
- skipNesting (bool)
Returns List