aspx:Dashboard
This component allows you to include a Dashboard in your Active Pages.
<aspx:dashboard runat='server' dashboardName='my_dashboard' height='400px'/>
You can also enhance the Dashboard Component to be presented within a panel frame:
<aspx:dashboard runat='server' dashboardName='my_dashboard' height='400px' cssClass='panel panel-default'/>
Properties
| Name | Description |
|---|
| AutoHeight | Boolean value true or false. Default is: true. Resizes the dashboard frame to the height of the dashboard contents. |
| CssClass | CSS style class which would be applied to outer Div. Such as: panel panel-default |
| DashboardName | Name or Record ID of the Dashboard. |
| PanelHeading | Boolean; puts the Dashboard title within an H3 tag with bolder font. |
| Visible | Boolean; whether the component is displayed or not. |