I have declared a table with 50 columns and I pass only 40 column data. In this case pdf not generates .Pdf generates, only if I pass 50 column data. how can I solve this issue?
I solved this problem using table1.CompleteRow(); in the last line. The o/p is,
table1.CompleteRow();
`
Hope it helps some one...