So I have a table that spills to the next page if it doesnt fit into one page?
I want my table header to be appearing if report is more than one page. How can I do that? I tried so many things and cant figure it out.
Right now it is like this:
COLUMN1 COLUMN2
ROW 111111111111
ROW 222222222222
ROW 333333333333
END OF PAGE 1
ROW 444444444444
ROW 555555555555
ROW 666666666666
END OF PAGE 2
ROW 777777777777
ROW 888888888888
ROW 999999999999
etc...
I want it to be like this:
COLUMN1 COLUMN2
ROW 111111111111
ROW 222222222222
ROW 333333333333
END OF PAGE 1
COLUMN1 COLUMN2
ROW 444444444444
ROW 555555555555
ROW 666666666666
END OF PAGE 2
COLUMN1 COLUMN2
ROW 777777777777
ROW 888888888888
ROW 999999999999
etc...
I want my table header to be appearing if report is more than one page. How can I do that? I tried so many things and cant figure it out.
Right now it is like this:
COLUMN1 COLUMN2
ROW 111111111111
ROW 222222222222
ROW 333333333333
END OF PAGE 1
ROW 444444444444
ROW 555555555555
ROW 666666666666
END OF PAGE 2
ROW 777777777777
ROW 888888888888
ROW 999999999999
etc...
I want it to be like this:
COLUMN1 COLUMN2
ROW 111111111111
ROW 222222222222
ROW 333333333333
END OF PAGE 1
COLUMN1 COLUMN2
ROW 444444444444
ROW 555555555555
ROW 666666666666
END OF PAGE 2
COLUMN1 COLUMN2
ROW 777777777777
ROW 888888888888
ROW 999999999999
etc...