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

In This Topic
    Components Property (DynamicColumnsRows)
    In This Topic
    Gets the components.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property Components As ReportComponentCollection
    public override ReportComponentCollection Components {get;}

    Property Value

    The components.
    See Also