WpfReporting
WpfReporting copied to clipboard
Ensure view is fully loaded before pagination
I found that if my report view is heavily databound, with multiple embedded views, pagination fails as the view hasn't loaded (itemscontrols are still empty). This fix forces the dispatcher to layout the view before attempting pagination.