ActiveReports Developer 7
GetColors Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace > ITheme Interface : GetColors Method

Glossary Item Box

Returns all the theme colors associated with the currently attached theme.

Syntax

Visual Basic (Declaration) 
Function GetColors() As System.String()
C# 
System.string[] GetColors()

See Also