ReportRun.addPendingSums 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 relevant footers of the report.
public:
virtual void addPendingSums();
public virtual void addPendingSums ();
abstract member addPendingSums : unit -> unit
override this.addPendingSums : unit -> unit
Public Overridable Sub addPendingSums ()
Remarks
This method should only be called in reports where the fetch method is called more than once.