TdxPrintDialog.PageRanges Property
Determines which portion of a report to print.
Declaration
property PageRanges: TdxPageRanges read; write; default prAll;
Property Value
Type | Default |
---|---|
TdxPageRanges | prAll |
Remarks
Refer to the TdxPageRanges type description to learn about available options.
The default value of the PageRanges property is prAll.
See Also