How to Run a Docentric SSRS Report from Code

You can print a Docentric SSRS report from X++ using the standard approach of running an SSRS report from the code. The only difference is that you have to additionally specify that the target print destination is Docentric Screen/File/Email/Printer/Print Archive and set the corresponding settings.

To achieve some custom scenarios such as sending report to a web service, you can use Docentric Memory print destination to print report to a memory stream or container, and handle it from there as needed.
Learn how >>

Generate and save Customer Invoice to Azure Blob storage

In the following example we are going to generate Customer Invoice using its built-in SSRS report design and save it to Azure Blob storage using the Docentric File print destination.

See also

How to Use the New Memory Print Destination >>
How to Change Print Destination Settings Dynamically >>
How to Use Custom Placeholders in Print Destinations >>

IN THIS ARTICLE