Share via


ReportRun.copiesTotal Method

Definition

Enables marking copies of reports.

public:
 virtual int copiesTotal();
public virtual int copiesTotal ();
abstract member copiesTotal : unit -> int
override this.copiesTotal : unit -> int
Public Overridable Function copiesTotal () As Integer

Returns

The number of copies the user requested in the sysPrintForm form.

Remarks

Controls are typically evaluated during the execution of a report. A control that uses this method is evaluated when the report is printed.

Applies to