ComponentOne Reports for WPF
C1.C1Report Namespace / Section Class / OnPrint Property

In This Topic
    OnPrint Property (Section)
    In This Topic
    Gets or sets a string containing VBScript code to be executed before the Section is printed (after it is formatted).
    Syntax
    'Declaration
     
    Public Property OnPrint As String
    public string OnPrint {get; set;}
    Remarks
    This property contains VBScript instructions that get executed after the fields in the section have been calculated.
    See Also