Hi folks,
I just tried the stand-alone report designer in the "eval" Docker image, and it was a lot more convenient to get going than with MS SSRS Report Builder.
One small issue though --

Judging by the directory names in the image, it looks like many of the libraries have been moved between directories at some point, and the BouncyCastle.Cryptography.dll wasn't relocated properly. This assembly is needed by Snowflake.Data.dll when using private-key authentication with Snowflake. As a temporary fix, I searched for all directories containing Snowflake.Data.dll and then copied BouncyCastle.Cryptography.dll into those same folders. It was about a half-dozen or so folders, and I don't know which particular one fixed the issue for Report Designer.
Hi folks,
I just tried the stand-alone report designer in the "eval" Docker image, and it was a lot more convenient to get going than with MS SSRS Report Builder.
One small issue though --

Judging by the directory names in the image, it looks like many of the libraries have been moved between directories at some point, and the BouncyCastle.Cryptography.dll wasn't relocated properly. This assembly is needed by Snowflake.Data.dll when using private-key authentication with Snowflake. As a temporary fix, I searched for all directories containing Snowflake.Data.dll and then copied BouncyCastle.Cryptography.dll into those same folders. It was about a half-dozen or so folders, and I don't know which particular one fixed the issue for Report Designer.