Skip to content

History / Output Formats

Revisions

  • Document undiscovered API surface and add scenario-based onboarding New pages: - Getting-Started.md: scenario-based entry point — desktop viewer, server-side PDF, passing own data, existing database, parameters, design, v4 migration, and NuGet package selection table - MySQL-Connection.md: connection string format, designer wizard steps, runtime override, UserConnection reuse, troubleshooting (SHA2 auth, SSL) - Advanced-Data-Sources.md: loading RDL from database column, embedded resource, and generated string; DataSource.UserConnection for connection reuse; IStreamGen interface with Azure Blob and ASP.NET Core examples; GetProviders() enumeration; runtime custom report item registration - Web-Designer.md: browser-based designer stub — when to use, how to run, how to embed, relationship to desktop designer and RdlCreator Expanded existing pages: - Pass-DataTable-from-.NET-to-Report.md: all four SetData overloads — DataTable, IEnumerable<T>/LINQ, IDataReader, XmlDocument; both viewer and no-GUI patterns; property-name matching requirement for IEnumerable<T> - WinForms-Viewer.md: SaveAs, Print(PrintDocument), Find/FindNext/HighlightText, copy/select text, ZoomMode, ScrollMode, ShowParameterPanel/ShowFindPanel, SetSourceRdl for in-memory loading, page navigation, metadata properties, and full property/method reference table - Report-Parameters.md: SetReportParameters(IDictionary) and SetReportParametersAsJson(string) overloads with examples - Output-Formats.md: HTML CSS/JS properties (report.CSS, report.JavaScript), HTML prefix for multi-report pages, IStreamGen interface with Azure Blob example - Export-Without-GUI.md: TIFBW example, BuildPages() two-phase rendering section — build once, render to multiple formats without repeated DB queries Fixed: - Create-New-Report.md: removed stale 0001 prefix from H1 Updated Home.md with links to all new pages and Getting-Started prompt

    @majorsilence majorsilence committed Jun 8, 2026
  • update links

    @majorsilence majorsilence committed Jun 8, 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