ActiveReports Developer 7
EnterRenderingContext Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutPage Interface : EnterRenderingContext Method

Glossary Item Box

Method that notifies when rendering begins for a page.

Syntax

Visual Basic (Declaration) 
Function EnterRenderingContext() As System.IDisposable
C# 
System.IDisposable EnterRenderingContext()

See Also