Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderC1PrintableFragment Class / IndexInRenderObject Property

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