[]
        
(Showing Draft Content)

C1.Report.Section.OnPrint

OnPrint Property

OnPrint

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

Declaration
[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
Remarks

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