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.