Custom HTML Layout for Reports
The Reporting Dashboard supports a custom HTML layout which allows the traditional tabular view to be any kind of view.
A custom layout for a Report is specified within the <CustomLayout></CustomLayout> as shown below in the example Report XML.
Use HTML and CSS to design a custom layout for the Report as desired. Each Column in the Report corresponds to a HEADING and DATA tag that will be replaced with the value in the CustomLayout section.
The following example shows how a Custom Layout can be specified using the tags:
NOTE: The <![CDATA[]]> tag needs to be used here as the HTML is specified within an XML block.