ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / CodeModules Property

In This Topic
    CodeModules Property
    In This Topic

    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