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

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