Aiwa


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




Re: Different Font size when browsing and printing a report ?

Andrew Sears - T4G


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







Re: Different Font size when browsing and printing a report ?

Aiwa

Thanks Andrew,

I was hoping to find a way to do this without prompting the user beforehand.

Regards,

Eric