API Reference
Class
PdfReportSection
One semantic section in a reusable report component.
Inheritance
- Object
- PdfReportSection
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor PdfReportComponent.PdfReportComponent
Constructors
public PdfReportSection(String title, String body = null, IEnumerable<String> bullets = null) #Creates a report section from a heading, body, and optional bullet list.
Parameters
- title System.String
- body System.String = null
- bullets System.Collections.Generic.IEnumerable{System.String} = null