make Invoice full page
my problem is when i create a invoice there are rows with variable height, and in the foorter i need other tablix for vat table. My problem is : because of variable height i don't know how meny rows one page can print in a single page. My target is I need to print a invoice with blank rows too. simple schema is ---------------------------------------------------------- header : customer name, numer of document ---------------------------------------------------------- |code | description | qnt | price | total | | 001 | Computer Quad | 1 | 1000 | 1000 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------ Totals 1 1000 ------------------------------------------------------------ how to do blank lines ? to fill page ? thanks in advance Flavio Flavio MIANO
December 13th, 2010 6:57pm

Hi Flavio, Try creating a rectangle with fixed size and place the table within this rectangle. Make sure it breaks to a new page when the report gets too big - by sizing the report so that it matches your page size. Boyan Penev --- http://www.bp-msbi.com
Free Windows Admin Tool Kit Click here and download it now
December 13th, 2010 10:28pm

thanks for your answer this solve part of my problem my real problem is to recreate a report like this www.flaviosoft.com/fatturavendita.pdf thanks in advance FlavioFlavio MIANO
December 14th, 2010 5:57am

Hi Flavio, As Boyan posted, we can place the table in a rectangle. In this way, blank space will filled in the last page. Additionally, we can also control the row number in page. For example, in order to display 20 rows in each page, please refer to the steps below: 1. Add a row group on the table, and specify the group by expression like =Ceiling(RowNumber(Nothing)/20) you can also change the number 20 in the expression to meet your needs. 2. In the Group Properties, enable the Page break option Between each instance of a group. After that, each page will display only 20 rows and also keep blank for the remaining space. However, by check the PDF you posted, I also notice there is a line “SEGUE A PAGINA SUCCESSIVA” and some hidden field below the table in the first page. So, is it table or just a line which need to be displayed in each page except the last page? If I have misunderstood, please point out. Thanks, Tony ChainTony Chain [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
December 15th, 2010 9:54pm

Hi, Providing you link hope this will help you http://sourcecode-world.blogspot.com/2011/02/invoice-management-system.html Mark the best replies as answers if it its helps Free Source Code
March 8th, 2011 11:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics