ReportSection.GetAllText
- Updated2026-02-03
- 1 minute(s) read
ReportSection.GetAllText
Syntax
ReportSection.GetAllText
Return Value
Purpose
Returns all the content of the ReportSection as a string.
Remarks
The returned string is a concatenation of the ReportSection.Header , ReportSection.Body , and ReportSection.GetAllText strings of all child ReportSection objects and the ReportSectionFooter string, in that order.