Reporterpreview

Downloads

Everything a release builds, and nothing it doesn’t.

The viewer is self-contained and single-file: no .NET install on the machine that runs it. Open a report, run it against saved data or a live database, and export a PDF. Every row is covered by the checksums file.

Reading the current release…

Reporter.Viewer-<version>-osx-arm64.zip
A real .app bundle for Apple silicon. Ad-hoc signed but not notarized — see the note below before the first launch.
not published yet
Reporter.Viewer-<version>-linux-x64.zip
Self-contained and single-file. Unzip and run; the executable bit is already set.
not published yet
Reporter.Viewer-<version>-win-x64.zip
Self-contained and single-file. No .NET install needed.
not published yet
SHA256SUMS-<version>.txt
One SHA-256 per artefact above. Verify before you unzip.
not published yet
Opening the macOS build. The download is Reporter.Viewer.app. Drag it to Applications and open it. It is ad-hoc signed but not notarized, so Gatekeeper blocks the first launch. Clear the quarantine flag with xattr -dr com.apple.quarantine Reporter.Viewer.app, or launch it once and then approve it in System Settings → Privacy & Security → Open Anyway.
Integrating is three lines. One package reference, one transitive dependency. The code is on Examples, along with running a report against Oracle or PostgreSQL and binding its parameters. The libraries and the NuGet package are not a public download — ask us for a link.