Showing posts with label layout. Show all posts
Showing posts with label layout. Show all posts

Sunday, February 19, 2012

add border in matrix report with 2 row group

I have matrix report with 2 row group.

I want to add border to the first Row group.

when I Try add border in the layout tab. the border added to all the cell.

here is my image to show:
http://img2.tapuz.co.il/forums/1_92118232.jpg

is it possible?

thanks!try again

Thursday, February 9, 2012

actual size in layout

When I compare the size on the screen with the real paper

layout size is bigger than actual size and when i print report in the print preview, it was zoom in and only print part of my report.I must save it as pdf then print it.

How to make it same size as the actual size(11*8.5in)

You may want to read this blog article: http://blogs.msdn.com/bwelcker/archive/2005/08/19/454043.aspx

It discusses logical pagination (e.g. in preview or HTML output) vs. physical pagination based on page size (e.g. in print preview, PDF, printing).

-- Robert