Share via


ReportRun.footer Method

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.

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.

See Also

ReportRun Class

ReportRun.header Method