WpfReporting icon indicating copy to clipboard operation
WpfReporting copied to clipboard

Ensure view is fully loaded before pagination

Open cjmurph opened this issue 1 year ago • 0 comments

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.

cjmurph avatar Sep 25 '24 23:09 cjmurph