IOperationServiceGetReportMarkupById Method |
Get report markup by id.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax Document GetReportMarkupById(
string reportId,
ICashRegisterInfo cashRegister
)
Parameters
- reportId
- Type: SystemString
Report identifier.
- cashRegister
- Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
The cash register to be used by the report. Specify null if the report doesn't use a cash register. Note that some reports require a cash register to be local or have an open cafe session (cash shift).
Return Value
Type:
Document
Markup of the report.
Exceptions See Also