FiscalPrinter.PrintPeriodicTotalsReport(DateTime, DateTime) 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.
Prints a report of totals for a range of dates on the receipt.
public abstract void PrintPeriodicTotalsReport (DateTime startingDate, DateTime endingDate);
abstract member PrintPeriodicTotalsReport : DateTime * DateTime -> unit
Public MustOverride Sub PrintPeriodicTotalsReport (startingDate As DateTime, endingDate As DateTime)
Parameters
- startingDate
- DateTime
Starting date of report to print.
- endingDate
- DateTime
Ending date of report to print.