Skip to main content

Image Types Overview (WinForms)

The Dashboard Designer allows you to create two types of Image dashboard items.

Image

The Image dashboard item allows you to add a static image to the dashboard.

ImageOverview_Static

Bound Image

The Bound Image dashboard item can be bound to a set of images (for instance, stored in the database). You can use the Bound Image as a detail item along with the Master Filtering feature.

ImageOverview_BoundImage

Create Image Item in UI

To create the required Image dashboard item, use the Images button in the Home ribbon tab.

ImagesButtonRibbon

Create Image Item in Code

In code, the Image and Bound Image dashboard items are the ImageDashboardItem and BoundImageDashboardItem classes, respectively.

The following topics describe various Image capabilities: