Share via


ReportRun.executeControlColumnHeadings(Int32) Method

Definition

Executes the column headings of a programmable section.

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

Parameters

_number
Int32

The controlNumber value of the programmable section.

Returns

true if any sections were printed; otherwise, false.

Remarks

This method is useful if you want to add columnHeading objects to a programmable section. If a programmable section causes a page break, the columnHeadings objects of the section are repeated. Under these circumstances this method not have to be called.

Applies to