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

In This Topic
    IndexInRenderObject Property
    In This Topic
    Gets the 0-based index of the current fragment in the Fragments collection of the RenderObject that produced it.
    Syntax
    'Declaration
     
    Public ReadOnly Property IndexInRenderObject As System.Integer
    public System.int IndexInRenderObject {get;}
    See Also