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