Izenda's dashboard is highly customizable.
The ReportPart class may be used to create custom dashboard layouts and embed other content.Using the ReportPart class requires that Izenda's Dashboard extension be installed with a valid key.
Note .aspx pages using the ReportPart class must also import the Izenda namespace as usual.
<body>
<form id="form1" runat="server">
<div>
<cc1:ReportPart id=ReportPartID1 runat="server" Report="rep1" Part="Fields"/>
<cc1:ReportPart id=ReportPart1 runat="server" Report="ord" Part="Chart"/>
<cc1:ReportPart id=ReportPart2 runat="server" Report="tt33" Part="Gauges"/>
</div>
</form>
</body>