Posted 14 August 2024, 11:54 am EST
I have some state required reports that want the half page of data filled with blank rows (rows of blank boxes). How do i do that without added blank records to my dataset which is a complicated join.
Forums Home / ActiveReports / ActiveReports v2
Posted by: mark on 14 August 2024, 11:54 am EST
Posted 14 August 2024, 11:54 am EST
I have some state required reports that want the half page of data filled with blank rows (rows of blank boxes). How do i do that without added blank records to my dataset which is a complicated join.
Posted 16 August 2024, 4:30 am EST
Hi Mark,
To repeat blank rows without adding blank rows to your DataSet you can use a PageReport, in a PageReport the size and location of the controls are fixed.
Thus you can enable the ‘RepeatBlankRows’ property of the table in a PageReport and it’ll repeat the blank rows till the ‘FixedHeight’ of your Table is reached.
You can check the sample for the same here: Demos - Invoices.
To learn more about PageReport you can refer to PageReport.
Regards,
Anand
Posted 16 August 2024, 10:16 am EST
Thank you for your response, but I don’t believe AR v2 has the ‘repeatblankrows’ property.
Posted 19 August 2024, 5:19 am EST
Hi Mark,
Yes, ActiveReports 2 does not have this capability. Unfortunately, we no longer support ActiveReports v2.
We’ll suggest upgrading to the latest version of ActiveReports i.e. ActiveReports 18. You can download the same from here Download ActiveReports and try it free for the first 30 days!
Regards,
Anand