Reporting

Represents a Dictionary<(Of <(<'TKey, TValue>)>)> with String key and Object value.

Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll)

Syntax

C#
public class NameValueDictionary : Dictionary<string, Object>
Visual Basic
Public Class NameValueDictionary _
	Inherits Dictionary(Of String, Object)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, Object>)>)>
    Telerik.Reporting.Service..::..NameValueDictionary

Version Information

Supported in: 1.0.1, 1.0

See Also