All Controls


Adding Imports/Using Statement for the Namespace

The controls and classes for the Silverlight Analytics controls are in one namespace. This page shows the namespace that needs to be included.

Add the Namespace

Below, we show the namespace to add to the top of your program files:

[Visual Basic]
Imports VDISoft.Web.Analytics

[Visual C#]
using VDISoft.Web.Analytics;