Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderReport Class / DataProcessingStartingScript Property

In This Topic
    DataProcessingStartingScript Property
    In This Topic
    Gets or sets a script that is executed when data processing of the current object starts.
    Syntax
    'Declaration
     
    Public Property DataProcessingStartingScript As String
    public string DataProcessingStartingScript {get; set;}
    See Also