ReportRun.newPage 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
newPage() | |
newPage(Boolean) |
newPage()
public:
virtual void newPage();
public virtual void newPage ();
abstract member newPage : unit -> unit
override this.newPage : unit -> unit
Public Overridable Sub newPage ()
Applies to
newPage(Boolean)
public:
virtual void newPage(bool _doPageFooter);
public virtual void newPage (bool _doPageFooter);
abstract member newPage : bool -> unit
override this.newPage : bool -> unit
Public Overridable Sub newPage (_doPageFooter As Boolean)
Parameters
- _doPageFooter
- Boolean