DashboardViewer Constructors
A Dashboard Viewer control used to embed dashboards created in the Dashboard Designer into a WinForms application.Name | Parameters | Description |
---|---|---|
DashboardViewer() | none | Initializes a new instance of the DashboardViewer class with default settings. |
DashboardViewer(IContainer) | container | Initializes a new instance of the DashboardViewer class with the specified container. |
See Also