ReportType Enumeration

2/27/2008

Lists all report types used in POS for .NET.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration ReportType
public enum ReportType
public enum class ReportType
public enum ReportType
public enum ReportType

Members

Member name Description
Date Prints a report between two fiscal memory record numbers.
EndOfDayOrdinal Prints a report between two dates.
Ordinal Prints a report between two reports specified by report number.

Remarks

The UPOS specification includes an enumeration of values to be used when invoking the PrintReport method.

In Point of Service for .NET 1.11, these enumeration values have been eliminated. Instead, the reportType parameter has been eliminated, and two new overloaded, type-safe, versions of PrintReport have been added.

See Also

Reference

Microsoft.PointOfService Namespace
FiscalPrinter.PrintReport Method