ReportRun.send 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.
Overloads
send(Common, Int32, Boolean, Boolean) | |
send(Common, Int32, Boolean) | |
send(Common, Int32) | |
send(Common) |
Triggers the body sections that belong to a section group. |
send(Common, Int32, Boolean, Boolean)
public:
virtual bool send(Microsoft::Dynamics::Ax::Xpp::Common ^ _cursor, int _level, bool _triggerOffBody, bool _newPageBeforeBody);
public virtual bool send (Microsoft.Dynamics.Ax.Xpp.Common _cursor, int _level, bool _triggerOffBody, bool _newPageBeforeBody);
abstract member send : Microsoft.Dynamics.Ax.Xpp.Common * int * bool * bool -> bool
override this.send : Microsoft.Dynamics.Ax.Xpp.Common * int * bool * bool -> bool
Public Overridable Function send (_cursor As Common, _level As Integer, _triggerOffBody As Boolean, _newPageBeforeBody As Boolean) As Boolean
Parameters
- _cursor
- Common
- _level
- Int32
- _triggerOffBody
- Boolean
- _newPageBeforeBody
- Boolean
Returns
Applies to
send(Common, Int32, Boolean)
public:
virtual bool send(Microsoft::Dynamics::Ax::Xpp::Common ^ common1, int num1, bool flag1);
public virtual bool send (Microsoft.Dynamics.Ax.Xpp.Common common1, int num1, bool flag1);
abstract member send : Microsoft.Dynamics.Ax.Xpp.Common * int * bool -> bool
override this.send : Microsoft.Dynamics.Ax.Xpp.Common * int * bool -> bool
Public Overridable Function send (common1 As Common, num1 As Integer, flag1 As Boolean) As Boolean
Parameters
- common1
- Common
- num1
- Int32
- flag1
- Boolean
Returns
Applies to
send(Common, Int32)
public:
virtual bool send(Microsoft::Dynamics::Ax::Xpp::Common ^ common1, int num1);
public virtual bool send (Microsoft.Dynamics.Ax.Xpp.Common common1, int num1);
abstract member send : Microsoft.Dynamics.Ax.Xpp.Common * int -> bool
override this.send : Microsoft.Dynamics.Ax.Xpp.Common * int -> bool
Public Overridable Function send (common1 As Common, num1 As Integer) As Boolean
Parameters
- common1
- Common
- num1
- Int32
Returns
Applies to
send(Common)
Triggers the body sections that belong to a section group.
public:
virtual bool send(Microsoft::Dynamics::Ax::Xpp::Common ^ common1);
public virtual bool send (Microsoft.Dynamics.Ax.Xpp.Common common1);
abstract member send : Microsoft.Dynamics.Ax.Xpp.Common -> bool
override this.send : Microsoft.Dynamics.Ax.Xpp.Common -> bool
Public Overridable Function send (common1 As Common) As Boolean
Parameters
- common1
- Common
Returns
false if the toPage object has been generated; otherwise true.
Remarks
The executeSection method of the ReportSection class is called on each triggered section. By default in a master-detail report, the records from the master table have level of one, and the records from the details table have level of two.