ActiveReports 8
LayoutNotificationCallback Delegate
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutNotificationCallback Delegate

state
The current state of the layout.

Glossary Item Box

Specifies notification callback for layout operation.

Syntax

Visual Basic (Declaration) 
Public Delegate Function LayoutNotificationCallback( _
   ByVal state As LayoutState _
) As System.Boolean
C# 
public delegate System.bool LayoutNotificationCallback( 
   LayoutState state
)

Parameters

state
The current state of the layout.

Return Value

true to continue layout or false to cancel layout

Remarks

Layout subsystem will call supplied callback method upon completion of each layout page (after adding the page to resulting layout tree).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also