Expand description
Fluent builder API for constructing Reports.
Use ReportBuilder to assemble a report from its parts and
SectionBuilder (via ReportBuilder::section) to add presentation
blocks. See the parent report module for how the envelope
is structured.
Structsยง
- Report
Builder - Fluent builder for a
Report. Finalise withReportBuilder::build. - Section
Builder - Builder for a single
Section. One method perBlockvariant, plus ablock(...)escape hatch for forward compatibility.