
Envoyé par
Technical Reference Supplemental Guide
PrinterCopies
PrinterCopies specifies the number of report copies to be printed. PrinterCollation, Page 218, indicates whether or not the copies will be collated when printed.
Syntax
[form.]Report.PrinterCopier[=NumCopies%]
For example:
CrystalReport1.PrinterCopies = 3
"Specificies that the program is to print three copies of the report."
Remarks
# The number used for PrinterCopies must not be zero or a negative value
# This property / method is available for subreports
Note: if you are currently using the VBX control in your application, you will not be able to print individual subreports.
Data Type
Integer
Availabilty
Design Time; Runtime
Partager