ActiveReports 8
KeyValuePair Constructor(String,Object)
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace > KeyValuePair Class > KeyValuePair Constructor : KeyValuePair Constructor(String,Object)

key
Specifies the name of the custom property as string.
value
Specifies the value of the object.

Glossary Item Box

Initializes a new instance of the KeyValuePair class with the parameters specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As System.String, _
   ByVal value As System.Object _
)
C# 
public KeyValuePair( 
   System.string key,
   System.object value
)

Parameters

key
Specifies the name of the custom property as string.
value
Specifies the value of the object.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also