Table of Contents


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

NameDescription
AutoHeightBoolean value true or false. Default is: true. Resizes the dashboard frame to the height of the dashboard contents.
CssClassCSS style class which would be applied to outer Div. Such as: panel panel-default
DashboardNameName or Record ID of the Dashboard.
PanelHeadingBoolean; puts the Dashboard title within an H3 tag with bolder font.
VisibleBoolean; whether the component is displayed or not.