Returns collection of pages for the page range.

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

Syntax

C#
public PageCollection SelectPages(
	PageCollection pages
)
Visual Basic (Declaration)
Public Function SelectPages ( _
	pages As PageCollection _
) As PageCollection
Visual C++
public:
PageCollection^ SelectPages(
	PageCollection^ pages
)

See Also