ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PartsLibraryReference Class / Path Property

In This Topic
    Path Property (PartsLibraryReference)
    In This Topic
    Gets or sets a path or identifier of the library.
    Syntax
    'Declaration
     
    Public Property Path As String
    public string Path {get; set;}

    Property Value

    A System.String value indicating the path or identifier of the library, which allows the rendering engine to look up the library definition.
    See Also