ReportRepositoryGetReport Method |
Geenrates report using PDF Service Report API.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic HttpResponseMessage GetReport(
ODataService context,
string reportId,
string requestParameters,
string officerCulture,
ICollection<KeyValuePair<string, string>> customHeaders = null
)
Public Function GetReport (
context As ODataService,
reportId As String,
requestParameters As String,
officerCulture As String,
Optional customHeaders As ICollection(Of KeyValuePair(Of String, String)) = Nothing
) As HttpResponseMessage
public:
HttpResponseMessage^ GetReport(
ODataService^ context,
String^ reportId,
String^ requestParameters,
String^ officerCulture,
ICollection<KeyValuePair<String^, String^>>^ customHeaders = nullptr
)
member GetReport :
context : ODataService *
reportId : string *
requestParameters : string *
officerCulture : string *
?customHeaders : ICollection<KeyValuePair<string, string>>
(* Defaults:
let _customHeaders = defaultArg customHeaders null
*)
-> HttpResponseMessage
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