ActiveReports Developer 7
NotificationCallback Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > LayoutInfo Structure : NotificationCallback Property

Glossary Item Box

Specifies optional LayoutNotificationCallback that layout engine will call after completing laying out each page.

Syntax

Visual Basic (Declaration) 
Public Property NotificationCallback As LayoutNotificationCallback
C# 
public LayoutNotificationCallback NotificationCallback {get; set;}

See Also