Hello,
i need to creat an grid in my report and i'm using databand wiht crosdataband, but the collunm empty don't print in report
my databand has 8 collumns
my datasource has 4 rowscount
my datasource is in crossdataband
i'd like show the all collumns of the databand
for exemple:
how i want:
how is print:
report attached
help with databand and crossdataband
help with databand and crossdataband
- Attachments
-
- How is print.png (1.88 KiB) Viewed 1703 times
-
- How i Want.png (2.87 KiB) Viewed 1703 times
-
- Datasource.xlsx
- (4.75 KiB) Downloaded 175 times
-
- Report.mrt
- (6.48 KiB) Downloaded 174 times
-
- Posts: 7344
- Joined: Tue Mar 20, 2018 5:34 am
Re: help with databand and crossdataband
Hello,
You can add empty CrossData with CountData=4 property
Thank you.
You can add empty CrossData with CountData=4 property
Thank you.
- Attachments
-
- Report_modified.mrt
- (12.48 KiB) Downloaded 227 times
Re: help with databand and crossdataband
Hello,
thanks, but how i can set dinamic value in dataCrossband.countData, because my datasource is dinamic and i filter crossdataband
for example:
i'd like set values in dataCrossband2.countdata with my calc
for example: (8 - dataCrossBand1.countData)
thanks, but how i can set dinamic value in dataCrossband.countData, because my datasource is dinamic and i filter crossdataband
for example:
i'd like set values in dataCrossband2.countdata with my calc
for example: (8 - dataCrossBand1.countData)
- Attachments
-
- Report_modified.mrt
- (26.77 KiB) Downloaded 203 times
-
- Datasource.xlsx
- (4.8 KiB) Downloaded 164 times
Re: help with databand and crossdataband
Can someone help me?
-
- Posts: 7344
- Joined: Tue Mar 20, 2018 5:34 am
Re: help with databand and crossdataband
Hello,
You can set it in the BeforePrint event.
Thank you.
You can set it in the BeforePrint event.
Thank you.