precompiled reports on 2020.1
Posted: Tue Feb 04, 2020 5:01 pm
Our solution implements your product to render PDF reports
We had problems working on high volume output with MRT templates and XML datasources on the compilation stage
The problem was solved by using precompiled DLL templates
That approach forced us to work with .NET 4 but we wanted to use .net core or .net standard since we was aiming to a serverless solution like Amazon Lambda functions which run .net core on Linux environment
Do 2020.x version support the DLL templates?.. our initial test seems to be working
Are there any considerations in that migration? (fonts, functionality limitations, barcodes, etc)
We had problems working on high volume output with MRT templates and XML datasources on the compilation stage
The problem was solved by using precompiled DLL templates
That approach forced us to work with .NET 4 but we wanted to use .net core or .net standard since we was aiming to a serverless solution like Amazon Lambda functions which run .net core on Linux environment
Do 2020.x version support the DLL templates?.. our initial test seems to be working
Are there any considerations in that migration? (fonts, functionality limitations, barcodes, etc)