TdxPSPrintPageRangeInfo Class
In This Article
Stores information on a range of report pages.
#Declaration
Delphi
TdxPSPrintPageRangeInfo = class(
TObject
)
#Remarks
This class has the following members that allow you to:
Select a page range in a report (PageRanges).
Obtain the number of pages (PageIndexCount).
Obtain numbers of individual pages in the range (PageIndex).
Display the page range as a string (PageIndexesAsString).
A report link‘s PDFExportOptions.PageRangeInfo property references a TdxPSPrintPageRangeInfo object.
See Also