Closed Smoovsky closed 4 years ago
Yes, it is a bit confusing, we need to update some .net docs to reflect it.
TempDirectory - where the binaries are extracted to and also where we store temporary files before html->pdf conversion and so on
RunInDirectory - is working directory where jsreport.exe gets started, this is a place where jsreport searches by default for config file, license, templates data directory....
BaseUrl - is used by base jsreport extension. This extension automatically injects into html base tag. This is helpful if you relatively reference css/js in your html and you want it to be relative to the particular location on the disk or particular web url
Hi there,
I got a few questions with regard to the reporting configuration of .NET SDK.
When it comes to folder/path configuration, the Configuration class has:
Also, the reporting itself has a "RunInDirectory" to be called during initializing, to discover preloaded templates.
It's a bit confusing, mainly about BaseUrl/ BaseUrlAsWorkingDirectory in the Configuration object.
Thanks.