ReportSection.GetAllText
- 更新时间2025-07-21
- 阅读时长1分钟
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.