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