ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / FragmentResolvedScript Property

In This Topic
    FragmentResolvedScript Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property FragmentResolvedScript As System.String
    public System.string FragmentResolvedScript {get; set;}
    See Also