0
0No answers
Browser other questions tagged c# visual-studio-2015 reportviewer
You are not signed in. Login or sign up in order to post.0
Browser other questions tagged c# visual-studio-2015 reportviewer
You are not signed in. Login or sign up in order to post.
I believe the only options are: resize your table; or resize the rdlc
– TotallyUncool
Italo can take a test? Reduce the size of your table by limiting each column to the minimum required. I had a similar problem and in my case as the table always stood very close to the margins of the page it would break to the next page. See also the margins configuration of the report
– rodrigorf
Hi @rodrigorf, I will take this test yes. I had already given up using report and started learning iTextSharp, in it I’m unrolling (although I have to generate everything in hand). but thanks for the tip ;)
– Italo Rodrigo
Fine, Report sometimes frustrates a little but after things start to walk gets quieter. I hope it works.
– rodrigorf
kkkk blz. on iTextSharp I just created my first PDF. I found it very easy to use. I think I’ll stick with it for now.
– Italo Rodrigo