IOperationServiceGetReportMarkupById Method |
Get report markup by id.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxDocument GetReportMarkupById(
string reportId,
ICashRegisterInfo cashRegister
)
Parameters
- reportId String
-
Report identifier.
- cashRegister ICashRegisterInfo
-
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
Document
Markup of the report.
Exceptions
See Also