Overriding user's changes
Posted: Thu Mar 16, 2017 12:22 pm
Does the WPF Viewer have some kind of cache on user's preferences? I mean that I've set the Viewer to always show the thumnails when it opens, however, if the user closes the thumbnails and after closes the report, the next report will open without thumbnails regardless I've already set it before open the window.
Code: Select all
reportViewer.IsThumbnailsChecked = true;
reportViewer.Report = stiReport;