Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

SSRS Report difficulties

$
0
0

Hi everybody,

I would like your help to find out the best way to create a ssrs report with Visual Studio 2010 & AX 2012 R2.

I need to setup a report of A4 size that puts 10 barcodes with a Person ID bellow it.

The 10 barcodes+PersonID have to be divided over 2 colums of 5 per page.

So far i used a tablix of small size enough to put 5 of them in a colum  and two in a row of one A4.

I putted the following groups on the tablix :

Rows
=(RowNumber("Tablix1") Mod 5)

Cells

=Ceiling(RowNumber(Nothing)/5)

 

No page breaks

 

The result is good, if i have 11 elements in the dataset i get 10 on the first page and 1 on the next page, but i get several whitepages at the end.

I estimate that when its "rendering" it takes more place than after the groupings are done, and it causes to have 1 or more white pages at the end of the report once you put it into print page display or when you print it in pdf with a pdf printer (not the included pdf function i don't use it).

Any help would be great  :)

Thank you already for your answers!


Viewing all articles
Browse latest Browse all 15740

Trending Articles