Run Report Builder from VSCode to Design your .AL Report
Views (871)
I’m not a VSCode expert and there are probably better ways to do this, but I sometimes get a question: Is there an easier way to design an RDL report from within VSCode?
Well yes there is. You can create a Task to do it.
Open a Project in VSCode and goto your Tasks:
Here you can add a new task, like for example this one:
Of course you need to have Report Builder installed on your machine.
Then simply open an RDL report file and run your task: (image takes some time to load)
I know, there are probably much better ways to do this, I’m not a VSCode export, but I thought why not share this quick tip…
More info on creating tasks is available here: https://code.visualstudio.com/docs/editor/tasks#vscode
This was originally posted here.
*This post is locked for comments