FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPanel Class / FlexPivotTable Property

In This Topic
    FlexPivotTable Property (FlexPivotPanel)
    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