ComponentOne FlexPivot for WinForms
In This Topic
    Using FlexPivotPage ToolStrip
    In This Topic

    The FlexPivotPage control provides a ToolStrip that you can use to:

    The ToolStrip appears similar to the image below.

    /FlexPivot-toolstrip

    The following tables describes the buttons that appear in the ToolStrip and their purpose.

    Button Description
    Load ToolStrip_Load Load a FlexPivot view from a file.
    Save ToolStrip_Save Save a FlexPivot view to a file.
    Export ToolStrip_Export Export data appearing on the view to .xlsx format.
    Undo ToolStrip_UndoButton Cancel the last action performed in FlexPivotPage.
    Redo ToolStrip_Redo Perform the last action(s) cancelled using the Undo button.
    Grid ToolStrip_GridButton Choose the columns and rows to display data in the C1FlexPivotGrid.
    Chart ToolStrip_ChartButton Customize the chart that displays the selected data. You can determine: the chart type, the palette or theme using this button. You can also determine whether the title appears, whether the chart is stacked, and whether the gridlines appear or not.
    Report ToolStrip_ReportButton Customize the report by specifiying a header or footer for each page; determine what to include in the report, the grid, the chart, or raw data grid; specify the page layout, including its orientation, paper size, margins, etc.; preview the report before printing; and print the report.
    See Also