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

In This Topic
    OnFormatScript Property
    In This Topic
    Gets or sets a string containig the script to be executed before the current section is formatted. This script is executed for each record, and can be used to change the content of the section depending on the record data.
    Syntax
    'Declaration
     
    Public Property OnFormatScript As String
    public string OnFormatScript {get; set;}
    See Also