Report.ReportSection

Syntax

Report.ReportSection

Data Type

ReportSection

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.

See Also

Report.Append

Report.LatestAppendIndex

Report.Load

Report.Reset

ReportSection