how to put border bottom at the end of the report

Stimulsoft Reports.NET discussion
Post Reply
User avatar
dmasterplan
Posts: 143
Joined: Thu Mar 17, 2022 4:04 am
Location: Philippines

how to put border bottom at the end of the report

Post by dmasterplan »

Hello,

I have this report that I just can't figure out how to put border at the bottom.
I basically have,
1) Header
2) Group Header
3) Databand
4) Footer Band
5) Report Summary Band

(report layout.png)

the output of the report is (how to put border bottom.png) [image] attached.

I just want to put border at the bottom of the report right above the page footer band. I had it highlighted.

If I put a border at the bottom of the databand, the result would be different (which is not desired). [border bottom of databand.png]

Please, please, please help me with this.

Great Thanks
Attachments
report layout.png
report layout.png (133.28 KiB) Viewed 737 times
how to put border bottom.png
how to put border bottom.png (254.02 KiB) Viewed 737 times
border bottom of databand.png
border bottom of databand.png (180.32 KiB) Viewed 737 times
User avatar
dmasterplan
Posts: 143
Joined: Thu Mar 17, 2022 4:04 am
Location: Philippines

Re: how to put border bottom at the end of the report

Post by dmasterplan »

Hi devs,

Any update? I really want to solve this as the deadline is near.

I just want to add a bottom border at the last record of the databand where I put a circle (screenshot).

Great Thanks
User avatar
dmasterplan
Posts: 143
Joined: Thu Mar 17, 2022 4:04 am
Location: Philippines

Re: how to put border bottom at the end of the report

Post by dmasterplan »

Hello pips,

I have solved it already by adding an extra footer with top border.

It would be helpful if you tell me how to get the last row (record) of the grouped databand.

Great Thanks
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: how to put border bottom at the end of the report

Post by Lech Kulikowski »

Hello,

> It would be helpful if you tell me how to get the last row (record) of the grouped databand.

Sorry, maybe we did not exactly understand your question. Could you explain your task in more detail?

Thank you.
User avatar
dmasterplan
Posts: 143
Joined: Thu Mar 17, 2022 4:04 am
Location: Philippines

Re: how to put border bottom at the end of the report

Post by dmasterplan »

I have a grouped report.
GroupHeaderBand
DataBand

now, I want to get the last row of the last grouped databand.

i.e
HeaderData1
- detailData1
- detailData2
- detailData3

HeaderData2
- detailData1
- detailData2
- detailData3

-HeaderData3
- detailData1
- detailData2
- detailData3

I want to get the last row of the last grouped data.
In this case, the last detailData3 of HeaderData3.

Hope my example makes sense.

How do I do that?

Best Regards!
Lech Kulikowski
Posts: 6254
Joined: Tue Mar 20, 2018 5:34 am

Re: how to put border bottom at the end of the report

Post by Lech Kulikowski »

Hello,

Where do you want this value and for what?

Thank you.
Post Reply