Add A dataBand In the middile of report
Posted: Sat Jul 14, 2018 1:29 pm
Hi, ley say I have a report with
ReportTitleBand
GroupHeaderBand
DataBand1
DataBand2
FooterBand
If I want to add a new databand between the databand1 and databand2 in code, how do i achieve it? If using page.components.add(databand) , it will add at the bottom.
ReportTitleBand
GroupHeaderBand
DataBand1
DataBand2
FooterBand
If I want to add a new databand between the databand1 and databand2 in code, how do i achieve it? If using page.components.add(databand) , it will add at the bottom.