ComponentOne Olap for WinForms
C1Olap Architecture / C1OlapGrid
In This Topic
    C1OlapGrid
    In This Topic

    The C1OlapGrid control is used to display OLAP tables. It extends the C1FlexGrid control and provides automatic data binding to C1OlapPanel objects, grouped row and column headers, as well as custom behaviors for resizing columns, copying data to the clipboard, and showing details for any given cell.

    The C1OlapGrid control extends the C1FlexGrid control, our general-purpose grid control. This means the whole C1FlexGrid object model is also available to C1Olap users. For example, you can export the grid contents to Excel or use styles and owner-draw cells to customize the grid’s appearance.

    To populate C1OlapGri, bind it to a C1OlapPanel that is bound to a data source. See Binding C1OlapGrid to a C1OlapPanel for steps on how to do this.

    For more information on the C1FlexGrid control, see the FlexGrid for WinForms documentation.