Add core documentation for expressions, parameters, grouping, charts, and deployment
New pages:
- Report-Parameters.md: defining parameters in the designer, using in SQL
WHERE clauses and expressions, passing via Dictionary<string,string> to
RunGetData, and the Parameters += string pattern for WinForms, Avalonia,
WPF, and RdlCmd
- Formulas.md: full rewrite of 10-line stub — shorthand notation table,
globals reference, string/numeric/date/conditional functions, aggregate
functions with scope parameter, and where expressions can appear
- Grouping-and-Aggregates.md: designer walkthrough, group headers/footers,
nested groups, sorting, aggregate scoping, RunningValue running totals,
grand totals, and group filters
- Charts.md: inserting charts, all supported types, Category/Value/Series
binding, axis formatting, multiple series, independent chart filters
- Conditional-Formatting.md: colour thresholds, alternating row bands via
RowNumber, font weight/colour, Hidden expressions, drill-down toggle,
IIf evaluation caveats
- Docker-Deployment.md: production Dockerfiles for Debian and Alpine,
SkiaSharp native deps, font installation, engine init placement, env
var config, troubleshooting table
Expanded stubs:
- Localization.md: designer language switching, adding translations via
.resx files, thread culture for number/date formatting
- Designer-Linux.md: full Wine setup for Debian/Ubuntu/Fedora/Arch, .NET
Desktop Runtime install, known limitations and alternatives
Updated Home.md with links to all new and rewritten pages.