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).

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

Syntax

C#
public string OnPrintScript { get; set; }
Visual Basic
Public Property OnPrintScript As String
	Get
	Set

See Also