ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPanel Class / FlexPivotTable Property

In This Topic
    FlexPivotTable Property (C1FlexPivotPanel)
    In This Topic
    Gets a reference to the System.Data.DataTable that contains the output of the FlexPivot analysis.
    Syntax
    'Declaration
     
    Public ReadOnly Property FlexPivotTable As DataTable
    public DataTable FlexPivotTable {get;}
    See Also