Hi,
I want to have pagination on the Html view of the Report in my application.
I am using the below url:
String url = baseURL + "/raylight/v1/documents/" + documentId + "/reports/" + reportId + "/pages/1?chartOutputFormat=jpeg&?mode=quickDisplay";
but the output i am getting is missing many columns.i.e it is giving first 5 columns with pages /1 and next 5 with pages /2.
I Also used the option width option as well but output is the same
I want to have all the columns of the report and vertically pagination should take place.
Please suggest how to go about it.
Thanks and Regards
Gaurav Monga