Is there a way to render and export an rdl file in a batch process without using SSRS?
I don't want the overhead of SSRS (IIS + database) and instead want to handle this in my own batch / dispatch service.
thanks
You can use Manage Report Viewer in a server process written in managed code. You pass control to the data source (which may be a DataTable) and it will return a stream of bytes that you can direct to the file.
, .
Source: https://habr.com/ru/post/1704761/More articles:Can I use GeoServer in a commercial application? - licensingLarge Object Management in C # - memory-managementHow to connect LED indicators in C ++ without a microcontroller? - c ++side effects of garbage collection? - garbage-collectionHow can a ViewModel know when data in a service is being updated? - idisposableDisable warning: you copied a large amount of data to the clipboard - vbaChanging the working folder of an invitation through a python script - pythonVS2008 installation project installing additional dependency files - installationWCF Post / WebRequest Works - WebClient Non - wcfHow can an Adobe AIR application know which URL it was downloaded from? - airAll Articles