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

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