ReportRun.execute(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.
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.