Returns data row with report parameters from the given parameters string.
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- report
- Type: CMS.Reporting ReportInfo
Report data
- parametersString
- Type:
System String
String of report parameters from which the data row should be created. It is in format [param1 name];[param1 value];[param2 name];[param2 value];....[paramN name];[paramN value].
- replacement
- Type:
System String
Semicolon replacement in the parameter value
- stringCulture
- Type:
System.Globalization CultureInfo
Culture of the parameters in the input string
- rowCulture
- Type:
System.Globalization CultureInfo
Culture of the the parameters in the output data row
Return Value
Type:![Online Online](./../icons/online_icon.gif)
See Also