In This Topic
Gets or sets a string containig the script to be executed before the current section is formatted. This script is executed for each record, and can be used to change the content of the section depending on the record data.
Syntax
'Declaration
Public Property OnFormatScript As String
public string OnFormatScript {get; set;}
See Also