I'm building reports and dashboard interface for customer use that should eventually serve many users with many different screens and different resulutions.
I build the report with ssrs-2008 tool. This tool has a major issue - it doesn't use pixels to calculate the screen size, instead it uses points. This means that different users see the reports in different sizes.
My question is how can I minimize the effects of the resolution issues in my reports? Especially when displaying charts and tables.