Click or drag to resize

IOperationServiceGetReportMarkupById Method

Get report markup by id.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
Document 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
ExceptionCondition
ArgumentNullExceptionReport requires cash register.
ArgumentOutOfRangeExceptionInvalid report identifier.
ServerConnectionExceptionReport requires server connection.
ReportBuildExceptionReport building failed.
See Also