Click or drag to resize

ReportRepositoryGetReportJsonRequestBody Method

Creates serialized body of parameters needed for PDF Service Report API from report specific parameters and record information.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public string GetReportJsonRequestBody(
	Object reportSpecificParameters,
	Record recordInfo = null,
	bool includeDocumentContents = false
)

Parameters

reportSpecificParameters  Object
Parameters specific for the report type.
recordInfo  Record  (Optional)
Record information, must be provided and contain required by PDF Service API values if report is to be saved or updated.
includeDocumentContents  Boolean  (Optional)
Value determining whether to include the documents' content to the report. The default value is false.

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ReportRepository.GetReportJsonRequestBody(System.Object,Scanjour.Process.OData.Client.Proxy.Record,System.Boolean)"]

See Also