ActiveReports 11
LayoutNotificationCallback Delegate

GrapeCity.ActiveReports.Extensibility.v11 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace : LayoutNotificationCallback Delegate
The current state of the layout.
Specifies notification callback for layout operation.
Syntax
'Declaration
 
Public Delegate Function LayoutNotificationCallback( _
   ByVal state As LayoutState _
) As Boolean
public delegate 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).
See Also

Reference

LayoutNotificationCallback Members
GrapeCity.ActiveReports.Extensibility.Layout Namespace