Gets or sets a string containing VBScript code to be executed before the Section is printed (after it is formatted).

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(null)]
public string OnPrint { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
Public Property OnPrint As String
	Get
	Set

Remarks

This property contains VBScript instructions that get executed after the fields in the section have been calculated.

See Also