Click or drag to resize
ReportCustomDataItem Property
Overides indexer to convert data.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Key in settings colection

Return Value

Type: String
Value if found null if not
See Also