ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutInfo Structure / NotificationCallback Property

In This Topic
    NotificationCallback Property
    In This Topic
    Specifies optional LayoutNotificationCallback that layout engine will call after completing laying out each page.
    Syntax
    'Declaration
     
    Public Property NotificationCallback As LayoutNotificationCallback
    public LayoutNotificationCallback NotificationCallback {get; set;}
    See Also