ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MatrixRow Class / Components Property

In This Topic
    Components Property (MatrixRow)
    In This Topic
    Gets a ReportComponentCollection containing all the ReportComponent in the container.
    Syntax
    'Declaration
     
    Public ReadOnly Property Components As ReportComponentCollection
    public ReportComponentCollection Components {get;}

    Property Value

    A read-only ReportComponentCollection object containing all the ReportComponent objects in the container.
    See Also