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

In This Topic
    Properties Property (PartItem)
    In This Topic
    Gets or sets a collection of properties for the part item.
    Syntax
    'Declaration
     
    Public Property Properties As MappedPropertiesCollection
    public MappedPropertiesCollection Properties {get; set;}

    Property Value

    A MappedPropertiesCollection object containing the properties for the part item.
    See Also