Welcome to LightSwitch Desktop Edition > OLAP for LightSwitch Overview > OLAP for LightSwitch Samples |
To view the online demo for OLAP for LightSwitch, visit the following URL:
http://demo.componentone.com/LightSwitch/Studio
To download the full C# source code for the online demo, including sample data:
Visual Studio 2010: http://demo.componentone.com/LightSwitch/Studio/StudioLightSwitchDemo2010.zip
Visual Studio 2012: http://demo.componentone.com/LightSwitch/Studio/StudioLightSwitchDemo2012.zip
Each screen of the online demo demonstrates a specific technique for working with OLAP for LightSwitch:
Screen | Description |
AnalyzeInvoices | Shows how to use the ComponentOne OLAP Screen to load a view definition file at design time without coding. |
AnalyzeSalesData | Shows how to configure the initial view for a C1OlapPage control in code. The C1OlapPage control is created automatically as part of the ComponentOne OLAP Screen. |
CustomUI | Shows how you can add C1OlapGrid and C1OlapChart controls to a screen at design time, then associate them with a LightSwitch data source in code. This screen also shows how to manipulate OLAP views using custom LightSwitch buttons. |