sql - Setting the minimum column width in SSRS -
Greetings.
For my life, I do not remember how to set the minimum width in an SSRS column when I present the report in 'preview' mode, it looks okay, but when I email it To set out as a subscription to go out through the medium, it becomes shoulder together.
Any help please thank you!
Update ReportingServices.css file. By default, it has been found in:
C: \ program files \ Microsoft SQL Server \ MSSQL.3 \ Reporting Services \ ReportManager \ Styles
Here's CSS:
TD, th (min-width: 50px;}
Comments
Post a Comment