ActiveReports Developer 7
CodeModules Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : CodeModules Property

Glossary Item Box

Gets the code modules to make available to the report for use in expressions.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CodeModules As System.Collections.Specialized.StringCollection
C# 
public System.Collections.Specialized.StringCollection CodeModules {get;}

Property Value

A StringCollection containing the code modules to make available to the report for use in expressions.

See Also