Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TablixMembers Class / Item Property

In This Topic
    Item Property (TablixMembers)
    In This Topic
    Gets or sets the TablixMember at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As TablixMember
    public TablixMember this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also