ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LibrariesCollection Class
Members

In This Topic
    LibrariesCollection Class
    In This Topic
    Collection of the references to the report items libraries.
    Object Model
    LibrariesCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class LibrariesCollection 
       Inherits System.Collections.ObjectModel.Collection(Of PartsLibraryReference)
    public sealed class LibrariesCollection : System.Collections.ObjectModel.Collection<PartsLibraryReference> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          GrapeCity.ActiveReports.PageReportModel.LibrariesCollection

    See Also