Gets or sets a script that is executed when data processing of the current object starts.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string DataProcessingStartingScript { get; set; }
Visual Basic
Public Property DataProcessingStartingScript As String
	Get
	Set

See Also