Report.ReportSection
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Report.ReportSection
Syntax
Report.ReportSection
Data Type
Purpose
Specifies the ReportSection object associated with the Report object, which uses the report data stored in the ReportSection object as the report. If no ReportSection object was previously set, this property returns NULL .
Remarks
If you call the Report.Append , Report.Load , or Report.Reset methods, this property returns NULL .
If this property is set, the Report.LatestAppendIndex method always returns -1 .
Setting this property discards any report data set from prior calls to the Report.Append or Report.Reset methods.