How to show data at Fast Report in 3*3 grid format?
I want to display data from table (column :- ID) at FastReport in Grid format as shown below. Suppose there are 22 records in table then it would display same in 3 * 3 grid at FastReport in following manner. I am using subreport at main page inside MasterData1 band. At subreport MasterData band is as follows MasterData1 band TfrxReportPage1 - Columns 2 Subreport - MasterData2 properties Columns 3 , RowCount 9 But when I previewed fast report it is just repeating same data in each grid on page as follows I am using frxDBDataSet1 to display data (Number Of Records 9). There are in total 28