Click here to Skip to main content
15,886,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi there

i placed a table from report viewer in center of my project

and i limited number of rows to 4 as this code below:

VB
=Int((RowNumber(Nothing)-1)/4)


when data goes to table, and the number of rows is greater than 4

remaining of data goes to head of next page (page 2)

i want to do this job (placing data in table) as previous page (at the center of page)

how can i do that????
Posted
Comments
Tiradan 14-Mar-13 17:29pm    
this table is in my .rdlc
Sergey Alexandrovich Kryukov 14-Mar-13 17:34pm    
RowNumber(Nothing) makes no sense at all. What did you try to express with it? 0? 0xFFFFFFFF? Anything else?
—SA
Tiradan 14-Mar-13 17:37pm    
it used foe limit data in table to 4 row. its not important, this piece of code work good. i cant solve above problem. thanks if u can help me ...
Sergey Alexandrovich Kryukov 14-Mar-13 17:40pm    
No, if you not answering my question. What did you want to express with it.
If something works but you cannot explain it, it does not actually work. Just stop it. Decent development teams don't keep workers using trying-and-error without understanding.
—SA
Sergey Alexandrovich Kryukov 14-Mar-13 17:36pm    
Please stop posting non-answers as "solution". It can give you abuse reports which eventually may lead to cancellation of your CodeProject membership. And the fact you even self-accepted on formally is just outrageous, a sure way for a ban. I hope you won't do it after this warning.

Comment on any posts, reply to available comments, or use "Improve question" (above).
Also, keep in mind that members only get notifications on the post sent in reply to there posts.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900