[]
Gets or sets a string containing VBScript code to be executed before the Section is printed (after it is formatted).
[C1Category("Script")]
[C1Description("Section.OnPrint", "The VBScript code executed before the section is printed (after it is formatted).")]
public string OnPrint { get; set; }
<C1Category("Script")>
<C1Description("Section.OnPrint", "The VBScript code executed before the section is printed (after it is formatted).")>
Public Property OnPrint As String
This property contains VBScript instructions that get executed after the fields in the section have been calculated.