ReportRun.copy 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.
Returns the number of the copy of a report.
public:
virtual int copy();
public virtual int copy ();
abstract member copy : unit -> int
override this.copy : unit -> int
Public Overridable Function copy () As Integer
Returns
The number of the copy.
Remarks
If the user prints three copies of a report a control that have a dataFunction method, this method will return one for the first copy, two for the second copy, and three for the last copy.