ActiveReports Developer 7
RenderComponents Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IRenderComponent Interface : RenderComponents Property

Glossary Item Box

Returns a collection of render components.

Syntax

Visual Basic (Declaration) 
ReadOnly Property RenderComponents As IRenderComponentCollection
C# 
IRenderComponentCollection RenderComponents {get;}

See Also