Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a ParameterValue object by using the specified name and value.
Syntax
client server private static CLRObject createSSRSReportParameterValue(str name, str value)
Run On
ClientOrServer
Parameters
- name
Type: str
The name of the report parameter to create.
- value
Type: str
The value of the report parameter to create.
Return Value
Type: CLRObject Class
An instance of the ReportParameter class.