[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.PageEnd

PageEnd Event

Occurs at the end of page processing.

Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public event EventHandler PageEnd
Returns
Type Description
EventHandler Occurs at the end of page processing.
Examples
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);