ReportRepositoryGetReport Method

Scanjour Workflow4 Reference Manual
Geenrates report using PDF Service Report API.

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 HttpResponseMessage GetReport(
	ODataService context,
	string reportId,
	string requestParameters,
	string officerCulture,
	ICollection<KeyValuePair<string, string>> customHeaders = null
)

Parameters

context
Type: ODataService
OData service.
reportId
Type: SystemString
Guid of report type.
requestParameters
Type: SystemString
Report service parameters.
officerCulture
Type: SystemString
Officer's culture, will be used to choose report locale.
customHeaders (Optional)
Type: System.Collections.GenericICollectionKeyValuePairString, String
Report custom headers.

Return Value

Type: HttpResponseMessage

[Missing <returns> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ReportRepository.GetReport(Scanjour.Process.OData.Client.Proxy.ODataService,System.String,System.String,System.String,System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

See Also

Reference