Share via


ReportRun.executeFooter Method

Definition

Overloads

executeFooter()

Execute a footer section.

executeFooter(Int32)
executeFooter(Int32, Int32)

executeFooter()

Execute a footer section.

public:
 virtual bool executeFooter();
public virtual bool executeFooter ();
abstract member executeFooter : unit -> bool
override this.executeFooter : unit -> bool
Public Overridable Function executeFooter () As Boolean

Returns

true if anything was printed; otherwise, false.

Applies to

executeFooter(Int32)

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

Parameters

num1
Int32

Returns

Applies to

executeFooter(Int32, Int32)

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

Parameters

_tableId
Int32

The field ID of the dataField property of the footer section group; optional.

_fieldId
Int32

The field ID of the dataField property of the footer section group; optional.

Returns

Applies to