Hi,
I am trying to generate a report that has more than 1 page, and on each page I want the first 2 rows to be repeated as the header of the table. I am using the following code snippet.
Dim tab1 As Aspose.Pdf.Generator.Table = New Aspose.Pdf.Generator.Table()
tab1.RepeatingRows = 2
The application is generated all reports, but I am only able to view the reports with one page. The reports with more than 1 page is corrupted and it says that the Adobe cannot support that version.
Could you please advice me on this issue.
Thanks!
I am trying to generate a report that has more than 1 page, and on each page I want the first 2 rows to be repeated as the header of the table. I am using the following code snippet.
Dim tab1 As Aspose.Pdf.Generator.Table = New Aspose.Pdf.Generator.Table()
tab1.RepeatingRows = 2
The application is generated all reports, but I am only able to view the reports with one page. The reports with more than 1 page is corrupted and it says that the Adobe cannot support that version.
Could you please advice me on this issue.
Thanks!