Hi all,
Is it possible to setup different font size when a user is browsing or printing a report?
I have a lot of data to print on a report and i need tu use a font size of 7pt which is fine for printing but when the user is looking at the report on the browser a font size of 7pt is a bit too small and the bold doesn't work.
Tia
You can use a parameter (Web, Print) which would specify the font size 7, 12, and set the font property on the textbox to use the =Parameters!FontSize.Value + 'pt' expression.
I don't think the report can tell whether it's being printed or not internally.
cheers,
Andrwe
|||Thanks Andrew,
I was hoping to find a way to do this without prompting the user beforehand.
Regards,
Eric
|||I am trying to implement the same thing , where i can make font size smaller than 8pt but show as font weight bold. any help will be appriciated.
No comments:
Post a Comment