Click or drag to resize

ReportRepositoryGetReport Method

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

Parameters

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

Return Value

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