ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / MemoryReportItem Class / RenderComponents Property

In This Topic
    RenderComponents Property (MemoryReportItem)
    In This Topic
    Gets the render component objects.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property RenderComponents As IEnumerable(Of IRenderComponent)
    public virtual IEnumerable<IRenderComponent> RenderComponents {get;}
    See Also