Izenda, LLC

Ad Hoc Reports & Dashboards for ASP.NET Apps

Free Trial

Izenda Reports is licensed on a "per user" or "per server" basis. Please complete this form to receive a price quote.

All fields are required.

The live demo demonstrates Izenda reports with the Northwind Sample database. To login, please register below.

All fields are required.

Please register to try Izenda reports on your data today.

All fields are required.

How To Set ReportParts

Expand / Collapse
 

How To Set ReportParts


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>



Details
Type: FAQ
Options