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)
 

Property Value

An enumerable collection of IRenderComponent.
See Also