3

Is there a way to configure the default unit of measure for the width / height properties used to size cells / rows?

If I add a table and configure the width of the columns to a value specified in "pt" rather than "cm" I have to change them all as I specify the width (I am using pt to get over the inexplicable inability of SSRS to correctly align columns when exported to Excel).

Is there a way I can change from cm to pt as the default value for all measures in a report?

JamWheel
  • 300
  • 2
  • 7
  • It wouldn't be too painful to write code that goes through the .rdl file and converts existing measurements. The .rdl is nicely formatted XML. – Jamie F Oct 05 '12 at 17:27
  • I suppose not - just seems rubbish not to have a built in solution. Mind you - it is madness that Microsoft haven't sorted out the Excel export issues yet. – JamWheel Oct 05 '12 at 19:37

1 Answers1

0

Imperial or metric, as I understand, is simply based on the windows regional setting. Further customization of the default past that isn't currently possible.

I've seen one work around that modifies the report template which can potentially make your life easier but this approach has limitations as well.

Looking through Microsoft connect I don't see this posted yet as a feature request. It seems to me that this would be an excellent suggestion.

RThomas
  • 10,702
  • 2
  • 48
  • 61