ReportRun.header(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 header.
public:
virtual void header(Dynamics::AX::Application::ReportSection ^ _headerSection, int _tableId, int _fieldId);
public virtual void header (Dynamics.AX.Application.ReportSection _headerSection, int _tableId, int _fieldId);
abstract member header : Dynamics.AX.Application.ReportSection * int * int -> unit
override this.header : Dynamics.AX.Application.ReportSection * int * int -> unit
Public Overridable Sub header (_headerSection As ReportSection, _tableId As Integer, _fieldId As Integer)
Parameters
- _headerSection
- 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 works just like the footer method, except it is called before a group of records, whereas the footer method is called after a group of records.