ReportRun.executeFooter 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.
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)
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.