ActiveReports 12
CodeModules Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : CodeModules Property

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

Syntax
'Declaration
 
Public ReadOnly Property CodeModules As StringCollection
public StringCollection CodeModules {get;}

Property Value

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

See Also

Reference

Report Class
Report Members