Display each result in a new table
When enabled this option displays each result in its own table, allowing more information to be displayed for each result.
To render a title for each result return a [Title] of type NVARCHAR.
When displaying the parent customer name use the column header [CustomerName]. This interacts with the Show Customer Names option in the reporting settings.
To render an image next to the title use the column header [ImageUrl] as described in the images section.
To render a full sized image use the column header [Image]. The data returned should be an image object in byte[] array format.
To render XHTML data use the column header [XHTML]. Note that the data will be cleaned and only valid HTML elements and attributes will be rendered to the page.