ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / RunOptions Class / OnPageReady Method

In This Topic
    OnPageReady Method
    In This Topic
    Calls new page creation.
    Syntax
    'Declaration
     
    Public Sub OnPageReady( _
       ByVal sender As Object, _
       ByVal e As CancelEventArgs _
    ) 
    public void OnPageReady( 
       object sender,
       CancelEventArgs e
    )

    Parameters

    sender
    e
    See Also