ReportingService2010.ListParameterTypes Method
SQL Server 2012
Returns a list of supported parameter types.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] [SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListParameterTypes", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] public string[] ListParameterTypes()
Return Value
Type: System.String[]An array of String objects that represent the supported parameter types.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
The following parameter types are supported.
Parameter Type | Description |
|---|---|
Boolean | Represents a true or false condition. |
DateTime | Represents the date and time. |
Float | Represents a floating point decimal value. |
Integer | Represents an integer from -2,147,483,648 through 2,147,483,647. |
String | Represents an array of characters. |
