ReportRepositoryGetReportJsonRequestBody Method

Scanjour Workflow4 Reference Manual
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: 23.1.0.0 (23.1.0.0)
Syntax

public string GetReportJsonRequestBody(
	Object reportSpecificParameters,
	Record recordInfo = null,
	bool includeDocumentContents = false
)

Parameters

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

Return Value

Type: 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

Reference