PrintDay
PrintDay specifies the day component of the print date (if different from the actual date the report is printed).
Syntax
[form.]Report.PrintDay[=Day%]
For example:
CrystalReport1.PrintDay = 23
«Sets 23 as the print day.»
Remarks
- Enter a value from 1 to 31.
- PrintYear, PrintMonth, and PrintDay work together to define the date that the report is to be printed. All three properties must be set in order to define a new print date. If all three properties are not set, the date saved with the report is used. This may be the user's default date if none has been specified in the report.
Data Type
Integer
Availability
Design Time; Runtime
Related Report Engine Functions
PESetPrintDate