ReportRun.pageFormatting 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.
Displays the printer properties of the printer.
public:
virtual bool pageFormatting();
public virtual bool pageFormatting ();
abstract member pageFormatting : unit -> bool
override this.pageFormatting : unit -> bool
Public Overridable Function pageFormatting () As Boolean
Returns
Remarks
This method on the Report object is never called by the kernel. It could be called by the sysPrintForm form when the user clicks the Properties button, but instead, the sysPrintForm form calls the directly.