ActiveReports.Chart Request technical support
Item Property
See Also 


propertyName
The property name as string.
Gets or sets the specified item as a custom attribute.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal propertyName As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As CustomProperties
Dim propertyName As String
Dim value As Object
 
instance.Item(propertyName) = value
 
value = instance.Item(propertyName)
C# 
public object this[ 
   string propertyName
]; {get; set;}

Parameters

propertyName
The property name as string.

See Also