[]
Occurs at the end of page processing.
public event EventHandler PageEnd
Type | Description |
---|---|
EventHandler | Occurs at the end of page processing. |
var sectionReport = new GrapeCity.ActiveReports.SectionReport();
sectionReport.Document.Printer.PrinterName = String.Empty;
sectionReport.PageEnd+=(sender, e)=>
sectionReport.CurrentPage.DrawText("Confidential", 4F, 10F, 2F, 0.188F);