ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportPart Class / Properties Property

In This Topic
    Properties Property (ReportPart)
    In This Topic
    The properties which can be used inside expressions of ReportItem and will be visible in the designer.
    Syntax
    'Declaration
     
    Public Property Properties As ReportPartPropertiesCollection
    public ReportPartPropertiesCollection Properties {get; set;}
    See Also