ComponentOne Reports for WPF
C1.C1Preview Namespace / RenderReport Class / DataProcessingStartingScript Property

In This Topic
    DataProcessingStartingScript Property (RenderReport)
    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