Hi all. I wont create template for my reports with header include logotype
and name of the reports. Logotype and name included to box with green color,
i wont that this box will have 100% width. i set 21 cm width as A4 format
next i create my report use this template and deploy it to RS server. On Rs
server my report look correct, but if i import it to PDF, PDF file render my
header with left and right margins. How i can correct this problem ?
Thank you.Set report margings to 0in
"dmitri" wrote:
> Hi all. I wont create template for my reports with header include logotype
> and name of the reports. Logotype and name included to box with green color,
> i wont that this box will have 100% width. i set 21 cm width as A4 format
> next i create my report use this template and deploy it to RS server. On Rs
> server my report look correct, but if i import it to PDF, PDF file render my
> header with left and right margins. How i can correct this problem ?
> Thank you.
Showing posts with label include. Show all posts
Showing posts with label include. Show all posts
Wednesday, March 28, 2012
Monday, February 20, 2012
Passing row data!
Hi Team,
I am trying to build a report which compose of EmployeeName and his order assigned. First of all, I created a dataset which include all of the employee name, then I created another dataset which return all the count of the order by passing the employeeName as parameter. My question is how to pass the employee name which are generated from the first dataset and then pass to the second dataset?
Any help I will greatly appreciate.
You can refer to the value of the first parameter in the query parameter value expression of the second dataset. For example, =Parameters!<param1>.Value.
Subscribe to:
Posts (Atom)