ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : Item Property

propertyName
The property name as string.

Glossary Item Box

Gets or sets the specified item as a custom attribute.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal propertyName As System.String _
) As System.Object
C# 
public System.object this[ 
   System.string propertyName
]; {get; set;}

Parameters

propertyName
The property name as string.

See Also