ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixCornerCell Class / Components Property

In This Topic
    Components Property (TablixCornerCell)
    In This Topic
    Gets the ReportComponentCollection containing all of the components hosted in the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Components As ReportComponentCollection
    public ReportComponentCollection Components {get;}
    See Also