ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IRenderComponent Interface / RenderComponents Property

In This Topic
    RenderComponents Property (IRenderComponent)
    In This Topic
    Gets a collection of render components.
    Syntax
    'Declaration
     
    ReadOnly Property RenderComponents As IEnumerable(Of IRenderComponent)
    IEnumerable<IRenderComponent> RenderComponents {get;}

    Property Value

    An enumerable collection of IRenderComponent.
    See Also