Share via


ReportRun.executeBodyColumnHeadings Method

Definition

Overloads

executeBodyColumnHeadings(Int32)

Prints the column headings of a body section in a report.

executeBodyColumnHeadings(Int32, Int32)

executeBodyColumnHeadings(Int32)

Prints the column headings of a body section in a report.

public:
 virtual bool executeBodyColumnHeadings(int num1);
public virtual bool executeBodyColumnHeadings (int num1);
abstract member executeBodyColumnHeadings : int -> bool
override this.executeBodyColumnHeadings : int -> bool
Public Overridable Function executeBodyColumnHeadings (num1 As Integer) As Boolean

Parameters

num1
Int32

Returns

true if any column headings were printed; otherwise, false.

Remarks

This method is useful when a report should contain more column headings than those automatically printed in the report.

Applies to

executeBodyColumnHeadings(Int32, Int32)

public:
 virtual bool executeBodyColumnHeadings(int _tableId, int _fieldId);
public virtual bool executeBodyColumnHeadings (int _tableId, int _fieldId);
abstract member executeBodyColumnHeadings : int * int -> bool
override this.executeBodyColumnHeadings : int * int -> bool
Public Overridable Function executeBodyColumnHeadings (_tableId As Integer, _fieldId As Integer) As Boolean

Parameters

_tableId
Int32

The field ID of the DataField property of a section group; optional.

_fieldId
Int32

The field ID of the DataField property of a section group; optional.

Returns

Applies to