ReportRun.execute(Int32) Method

Definition

Prints the programmable sections of a report.

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

Parameters

_number
Int32

The controlNumber value of the programmable section.

Returns

false if the toPage object has been generated; otherwise, true.

Applies to