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

In This Topic
    FormatDataBindingInstanceScript Property
    In This Topic
    Gets or sets a script that is executed each time a new instance of the current RenderObject is created due to data binding resolving.
    Syntax
    'Declaration
     
    Public Property FormatDataBindingInstanceScript As System.String
    public System.string FormatDataBindingInstanceScript {get; set;}
    See Also