ReportHelper GetReportParameters Method Kentico 8.0 API Reference
Returns data row with report parameters from the given parameters string.

Namespace: CMS.Reporting
Assembly: 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: OnlineSystem 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: OnlineSystem String
Semicolon replacement in the parameter value
stringCulture
Type: OnlineSystem.Globalization CultureInfo
Culture of the parameters in the input string
rowCulture
Type: OnlineSystem.Globalization CultureInfo
Culture of the the parameters in the output data row

Return Value

Type: OnlineDataRow
See Also