How to increase font size for report prints

Hello,
May I know how to increase size of data (whole report with column names and values) in print?

I tried to change Font Size in Print Setting But Its not working, while changing Print Style is working for Report Prints.

Change in Print Design

I tried to give style in formatter in .js file but its working for both view Report View and Print View.

if (data){
			value = "<span style='font-size:10px'>" + value + "</span>";
		}

Report Font Size decreased as compare to default font size.

Print View Size Increased and its OK.

Please suggest how to Change fot size in Print View which should not effect on Report View.

1 Like

Target the print-view class

1 Like