how to do this financial statement in stimulsoft

Stimulsoft Reports.NET discussion
Post Reply
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

how to do this financial statement in stimulsoft

Post by SayedOthman »

hello every body ,
how i can do same the the attached file with stimulsoft report specially calculating the balance column ,
Untitled.png
Untitled.png (6.83 KiB) Viewed 1539 times
before i was do it with microsoft excel and crystal report ,now how we can do with stimulsoft .

thank you
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how to do this financial statement in stimulsoft

Post by Alex K. »

Hello,

Can you please send us a test data for analysis.

Thank you.
SayedOthman
Posts: 24
Joined: Sun Dec 29, 2013 7:10 am

Re: how to do this financial statement in stimulsoft

Post by SayedOthman »

i have data table has columns same the attached picture without balance column
i want to add balance column in report and apply this equation
Current balance = (previous balance + debit) - credit
on each row in my data table

thanks for response .
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how to do this financial statement in stimulsoft

Post by Alex K. »

Hello,

As a way, you can use the additional variable and in BeforePrint event of Databand use the following code:
VariableBalance = VariableBalance + DataSource1.Debit - DataSource1.Credit

Thank you.
Post Reply