Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all articles
Browse latest Browse all 11285

Forum Post: RE: Blank page Report.saveasPDF

$
0
0
I am not sure that it happens or not but there is a workaround if you have that issue. Try this - 1. After you SaveasPDF you have the filepath. 2. Create a blob variable and using outstream write the PDF output in the blob variable. 3. Then Using Blob.Hasvalue u can identify that the PDF have some pritable output or not. 4. If Hasvalue returns true that means pdf is not blank. ** Refer Codeunit 449 for how to save in Blob.

Viewing all articles
Browse latest Browse all 11285

Trending Articles