TdxPSPrintPageRangeInfo Class
Stores information on a range of report pages.
Declaration
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.
Inheritance
TObject
TdxPSPrintPageRangeInfo
See Also