ReportRun.executeFooter Method
Execute a footer section.
Syntax
public boolean executeFooter([TableId tableId, FieldId fieldId])
Run On
Called
Parameters
- tableId
Type: TableId Extended Data Type
The table ID of the table property of the footer section group; optional.
- fieldId
Type: FieldId Extended Data Type
The field ID of the dataField property of the footer section group; optional.
Return Value
Type: boolean
true if anything was printed; otherwise, false.
See Also
ReportRun.executeFooter Method