Dynamic Dashboards Service Type

Dynamic dashboards allows you to modify components within the dashboard as well as modifying the dashboard itself.

Create a Data Set Service Type assembly file after the Service Factory file has been created. Here is an example of a dynamic dashboard service type in C#:

Sample Service Factory with a DynamicDashboard that has a yellow highlight line on lines 31-32.

Given the changes in the code, configure the dashboard service file in the following way:

Add File dialog box to configure the assembly file that features the file name, source code type, and compiler action.

NOTE: The file name should match the return function in the Service Factory file.

The example below shows embedded components that have not been created manually in the workspaces interface but that are generated by the assembly file.

Sample of an dynamic dashboard generated assembly file with a red rectangle box around attributes.

Before writing the assembly, ensure the Dashboard Type property is set to Embedded Dynamic. The rule will not run if you forget this step. This is also where you should ensure the Workspace Assembly Service property is set to the Service Factory assembly file.

Workspace service factory assembly file sample.

There is no special syntax required for referencing this service type.