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

In This Topic
    Columns Property (TablixBody)
    In This Topic
    Gets the TablixColumns collection defining the list of columns in the body section of the Tablix.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As TablixColumns
    public TablixColumns Columns {get;}
    See Also