Enum WebServiceParameterType
Specifies the purpose of the WebServiceParameter.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum WebServiceParameterType
Cookie
Cookie. Used to send a HTTP cookie with the HTTP request.
Header
Header. Used to add a field in the HTTP request header
Inline
Inline. Used to parameterize a chunck of the request URL path component.
Query
Query. Used to add a parameter to the query component of the URL.