ActiveReports Developer 7
GetAttributes Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class : GetAttributes Method

Glossary Item Box

Gets the attributes collection of the custom properties object.

Syntax

Visual Basic (Declaration) 
Public Function GetAttributes() As System.ComponentModel.AttributeCollection
C# 
public System.ComponentModel.AttributeCollection GetAttributes()

See Also