ActiveReports 9
KeyValuePair Constructor(String,Object,Boolean)

Specifies the name of the custom property as string.
Specifies the value of the object.
Specifies whether the point is overridable.
Initializes a new instance of the KeyValuePair class with the parameters specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal key As System.String, _
   ByVal value As System.Object, _
   ByVal isPointOverridable As System.Boolean _
)
public KeyValuePair( 
   System.string key,
   System.object value,
   System.bool isPointOverridable
)

Parameters

key
Specifies the name of the custom property as string.
value
Specifies the value of the object.
isPointOverridable
Specifies whether the point is overridable.
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

Reference

KeyValuePair Class
KeyValuePair Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum