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

In This Topic
    Properties Property (ReportPart)
    In This Topic
    Gets or sets the properties that 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;}

    Property Value

    A ReportPartPropertiesCollection object containing the properties.
    See Also