MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutNotificationCallback Delegate

In This Topic
LayoutNotificationCallback Delegate
In This Topic
Specifies notification callback for layout operation.
Syntax
'Declaration
 
Public Delegate Function LayoutNotificationCallback( _
   ByVal state As LayoutState _
) As Boolean
 

Parameters

state

Return Value

true to continue layout or false to cancel layout
See Also