Skip to main content

TdxPageRanges Type

Enumerates target report page ranges.

Declaration

TdxPageRanges = dxPrintUtils.TdxPageRanges;

Referenced Class

Type
TdxPageRanges

Remarks

Options include:

Value Description
prAll Processes all report pages.
prCurrent Processes only the current page of a report.
prRange Processes a range of pages. A range can include individual page numbers and contiguous ranges of pages, separated by the dxPSGlbl.cPageSeparator delimiter. Two page numbers, separated by the dxPSGlbl.cPageRangeSeparator delimiter, represent a contiguous page range. For example, the ‘1,3,5-12’ string specifies a page range that includes pages 1, 3, and 5 through 12.
prSelection Processes only the selected area.
See Also