After the component is rendered.

Parameters

none

Property of

All visual components in a report, Band, StreamFrame

Description

onRender fires for visual components only when they are in a report. It is fired every time the object is rendered, after it has finished rendering. For a component in a detail band, that means for every row in the rowset.

You can use the onRender event to reset the component to its default state after changing it in its canRender event.

onRender also fires for the Band objects, after all the objects in that band have been rendered (for a detail band, after every row); and StreamFrame objects, after that StreamFrame has been rendered, on each page.