ReportRun.footer Method [AX 2012]
Controls the footer.
public void footer(
ReportSection footerSection,
TableId tableId,
FieldId fieldId)
Run On
CalledParameters
- 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.
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.
Community Additions
ADD
Show: