Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Controls the footer.
Syntax
public void footer(
ReportSection footerSection,
TableId tableId,
FieldId fieldId)
Run On
Called
Parameters
- footerSection
Type: ReportSection Class
A value other than null if this footer section will soon be printed.
- tableId
Type: TableId Extended Data Type
The ID of the table that contains the changed value.
- fieldId
Type: FieldId Extended Data Type
The ID of the field that contains the changed value.
Remarks
This method is called when a field is sorted after it changes value, even if the user has chosen not to print headers or footers.One call of the send method can trigger the printing of multiple footer sections and header sections before the body sections. The header and footer methods allow the user to execute code before or after printing the header or footer.