Make consistent printing when isPrintSelectionOnly = true
ObjectListView - ListView on caffeine, guarana and steroids
Brought to you by:
grammarian
When IsPrintSelectionOnly is set to true, previewing the report correctly displays only the selected rows, however, printing the report using PrintWithDialog() results in all rows being printed Unless you select the 'Print range - selection' radio button on the print dialogue.
Would it not be more consistent to select the 'Print range - selection' Radio button by default if this option is set in the control?
This would result in both the preview and print functionality working the same without any user intervention.