Forum Discussion
deryl1974
4 years agoFrequent Visitor
Export PDF from paginated report in c#
Hi All, I am trying to export a paginated report into pdf from c# application. Below is my code: private async Task<string> PostExportRequest(Guid reportId, Guid groupId) { try { var pagi...
Anonymous
4 years agoNot applicable
HI deryl1974,
AFAIK, the 'internal server error' normally means you may send the wrong contents or send to the wrong target so that the remote server can't respond to these requests.
You can take a look at the following link if helps:
REST API error code 500 handling - Stack Overflow
Regards,
Xiaoxin Sheng