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

In This Topic
    Classes Property
    In This Topic
    Gets a collection of the code classes to instantiate during report initialization.
    Syntax
    'Declaration
     
    Public ReadOnly Property Classes As CodeClassCollection
    public CodeClassCollection Classes {get;}

    Property Value

    A CodeClassCollection object containing the code classes associated with the report.
    See Also