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.0.5239.26125)
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:See Also