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

In This Topic
    Libraries Property (Report)
    In This Topic
    Gets or sets a collection of references to libraries with the report parts.
    Syntax
    'Declaration
     
    Public Property Libraries As LibrariesCollection
    public LibrariesCollection Libraries {get; set;}

    Property Value

    A LibrariesCollection object representing the collection of the libraries.
    See Also