Adding Assembly References
In the designer toolbar, click the Write Code button to switch to code view. Add references to the following ComponentOne Silverlight assemblies:
• C1.Silverlight.Olap.4.dll
• C1.Silverlight.Chart.dll
• C1.Silverlight.FlexGrid.4.dll
Add the corresponding using statements to your code:
using C1.Olap;
using C1.Silverlight.Olap;
Add the following using statement to your code to enable access to the Dispatchers collection:
using Microsoft.LightSwitch.Threading;
For more information, see Customizing the C1OlapPage.