ReportRun.copiesTotal 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.
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.