Forum Discussion

deryl1974's avatar
deryl1974
Frequent Visitor
4 years ago

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...