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

In This Topic
    CodeModules Property
    In This Topic
    Gets a collection of the code modules that available to the report for use in expressions.
    Syntax
    'Declaration
     
    Public ReadOnly Property CodeModules As StringCollection
    public StringCollection CodeModules {get;}

    Property Value

    A System.Collections.Specialized.StringCollection object containing the code modules associated with the report.
    See Also