I have a globalstrings.resx resource file in my solution which contains all of my key/value pairs for all static labels and tooltips. Everything in my web application has been globalized excepting for my .rdlc files. I've had a look at this solution - RDLC_Localization - but it does not solve the problem of globalizing the paging, filtering and exporting text and tooltips.
How would solve this problem?