Returns the current page instance.
[Visual Basic]
Public ReadOnly Property CurrentPage As Page
[C#]
public Page CurrentPage {get;}
This property allows you to use primitive drawing methods or apply templates to report pages while the report is processing.
[C#]
private void rptTest_PageEnd(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptDocument_PageEnd(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.PageEnd |
ActiveReport Class | ActiveReport Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.