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