ReportRun.footer(ReportSection, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the footer.
public:
virtual void footer(Dynamics::AX::Application::ReportSection ^ _footerSection, int _tableId, int _fieldId);
public virtual void footer (Dynamics.AX.Application.ReportSection _footerSection, int _tableId, int _fieldId);
abstract member footer : Dynamics.AX.Application.ReportSection * int * int -> unit
override this.footer : Dynamics.AX.Application.ReportSection * int * int -> unit
Public Overridable Sub footer (_footerSection As ReportSection, _tableId As Integer, _fieldId As Integer)
Parameters
- _footerSection
- ReportSection
The ID of the field that contains the changed value.
- _tableId
- Int32
The ID of the field that contains the changed value.
- _fieldId
- Int32
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.