FiscalPrinter.PrintReport(ReportType, String, String) 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 the fiscal EPROM contents on the receipt that occurred between two end points.
public abstract void PrintReport (Microsoft.PointOfService.ReportType reportType, string startNum, string endNum);
abstract member PrintReport : Microsoft.PointOfService.ReportType * string * string -> unit
Public MustOverride Sub PrintReport (reportType As ReportType, startNum As String, endNum As String)
Parameters
- reportType
- ReportType
The type of report to print. This will be one of the values defined by ReportType.
- startNum
- String
ASCII string identifying the starting record in Fiscal Printer memory from which to begin printing.
- endNum
- String
ASCII string identifying the final record in Fiscal Printer memory at which printing is to end.