Click or drag to resize

IOperationServiceGetReportMarkupById Method

Get report markup by id.

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