Skip to content

History / Streaming PDF ASP NET Core

Revisions

  • update links

    @majorsilence majorsilence committed Jun 8, 2026
  • Renamed 13 files for consistency: - Removed numeric prefixes (0001---, 1004---, 2001---, etc.) - Fixed triple-dash separators (Export-to-Pdf---No-GUI, Linux---PDF-export-and-Fonts) - Simplified overly verbose names (asp.net-core-with-net8.0-mvc → ASP-NET-Core-MVC, New-Report-Microsoft-SQL-Connection → SQL-Server-Connection, Database-Providers-Howto → Database-Providers) - Shortened migration guide filename (Majorsilence-Reporting-v5:-Migration,… → Migration-to-v5) - Fixed WinForms casing (Winform → WinForms) and GTK casing (Gtk → GTK) Deleted References.md (was a one-line redirect to Downloads). Updated all internal links across 14 files to match the new names; also fixed a pre-existing bug where one link included a spurious .md extension. Rewrote Home.md with a clear logical structure: Introduction → Quick Start → Data Sources → Report Design → Viewers → Server-Side Export → Passing Data → Advanced → Command-Line Tools → Contributing → Legacy. Viewer section now uses a comparison table. Removed duplicate link entries and the stale "Windows Only" grouping that incorrectly categorised cross-platform topics. Added legacy callout banners to ASP.NET-Report-Control.md and Microsoft-SQL-Compact-Edition-Connections.md so readers know they are v4/.NET Framework pages before reading the content.

    @majorsilence majorsilence committed Jun 7, 2026
  • Add reference and how-to pages for common reporting scenarios New pages: - Output-Formats.md: full OutputPresentationType reference table covering all 15 values, current vs legacy/internal, and OneFileStreamGen vs MemoryStreamGen comparison - Streaming-PDF-ASP-NET-Core.md: MemoryStreamGen usage for HTTP streaming, startup init placement, PDF/Excel/CSV/HTML response examples, parameter and DataTable patterns, Content-Type reference - Error-Handling.md: ErrorMaxSeverity severity scale (1–4 warning, 5+ fatal), ErrorItems, ErrorReset(), examples at each pipeline stage, and common error causes with links to fixes - Subreports.md: designer walkthrough, Folder path resolution, SubreportDataRetrieval event wiring for engine/Avalonia/WinForms viewers, connection string override for child reports Updated pages: - Export-to-Pdf---No-GUI.md: add Excel, Excel data-only, CSV, HTML, RTF, and TIFF export examples; link to Output-Formats and Streaming pages - Database-Providers-Howto.md: document RdlEngineConfigInit(params string[] dirs) overload for custom deploy layouts - Home.md: add links to all four new pages

    @majorsilence majorsilence committed Jun 7, 2026