Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderSection Class / OnPrintScript Property

In This Topic
    OnPrintScript Property
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public Property OnPrintScript As String
    public string OnPrintScript {get; set;}
    See Also