Gets or sets the script that is executed each time a RenderFragment of the current render object is created and added to the Fragments collection on the current object.

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

Syntax

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

See Also