Gets or sets a script that is executed each time a new instance of the current RenderObject is created due to data binding resolving.

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

Syntax

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

See Also