Why People are Choosing OLAP for
WinForms
- Five controls you can embed into
your own app thus delivering the ad-hoc
analysis and your app all in one
solution
- 99% development time savings; you
only need to connect to a data source
- Zero code maintenance; analyze your
data without writing or re-writing code
- Endless data views for your
end-users
What's Inside
OLAP for WinForms is a stand-alone
product. In addition to the following
controls, it also includes the C1FlexGrid,
C1Chart, and C1PDF Windows Forms controls.
- C1OlapPanelProvides
the raw data for the analysis using a
DataSource property as well as a
drag-and-drop interface for defining
custom views of the data. The panel is
visually similar to the Microsoft Excel
Pivot Table UI.
- C1OlapGridDisplays
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.
- C1OlapChartDisplays
OLAP charts. It extends the C1Chart
control and provides automatic data
binding to C1OlapPanel objects,
automatic tooltips, chart type and
palette selection.
- C1OlapPrintDocumentCreates
reports based on OLAP views. It extends
the PrintDocument class and provides
properties that allow you to specify
content and formatting for showing OLAP
grids, charts, and the raw data used to
create the report.
- C1OlapPageGroups
Panel, Chart, Grid, and PrintDocument in
one easy-to-use tabbed interface. Just
drop the page control and set the data
source. You can develop your own custom
interface using only the basic controls
instead of the C1OlapPage.