ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PartItem Class / Library Property

In This Topic
    Library Property
    In This Topic
    Gets or sets a name of the reports parts library.
    Syntax
    'Declaration
     
    Public Property Library As String
    public string Library {get; set;}

    Property Value

    A System.String value indicating the name of the reports parts library. See PartsLibraryReference.Name.
    See Also