[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Layout.LayoutNotificationCallback

LayoutNotificationCallback Delegate

Specifies notification callback for layout operation.

Namespace: GrapeCity.ActiveReports.Extensibility.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public delegate bool LayoutNotificationCallback(LayoutState state)
Parameters
Type Name Description
LayoutState state Specifies notification callback for layout operation.
Returns
Type Description
bool

true to continue layout or false to cancel layout

Constructors

Name Description
LayoutNotificationCallback(object, IntPtr)

Methods

Name Description
BeginInvoke(LayoutState, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(LayoutState)

Extension Methods