Share via


ReportRun.pageFormatting Method

Definition

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.

Applies to