ReportingService2010.ListParameterTypes Method
SQL Server 2008 R2
Returns a list of supported parameter types.
Assembly: ReportService2010 (in ReportService2010.dll)
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. |
