ReportTables (Collection)

Member of:

Body object, PageHeader object, PageFooter object, ReportHeader object, ReportFooter object,

Description:

Represents all the table objects in a specific report section object.

Example:

This example uses the Count property to determine the number of tables in the Body band of the report and write it to the Console window:

Console.Write(ActiveDocument.Sections["Report"].Body.Tables.Count)

Methods:

Spring as Sting Name, UnSpring

Properties:

Read-write: Property BackgroundAlternateColor as BqColorType, BackgroundAlternateFrequency as Number, BackgroundColor as BqColor Type, BackgroundShowAlternate Color as Boolean, BorderColor as BqColorType, BorderWidth as Number

Read-only: Property Name as String