In This Topic
Gets or sets a string containig the script to be executed before the current section is printed (after it has been formatted). This script can be used to adjust the visual properties of the section which do not affect the layout (e.g. text and background colors).
Syntax
'Declaration
Public Property OnPrintScript As String
public string OnPrintScript {get; set;}
See Also