ComponentOne FlexReport for WinForms
OnPrint Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Section Class : OnPrint Property
Gets or sets a string containing VBScript code to be executed before the Section is printed (after it is formatted).
Syntax
'Declaration
 
Public Property OnPrint As System.String
public System.string OnPrint {get; set;}
Remarks
This property contains VBScript instructions that get executed after the fields in the section have been calculated.
See Also

Reference

Section Class
Section Members