Hi,
In RDLC Report I have using Page Header and Page Footer using Getdata and Setdata method.
is it Possible to show 156.00 Instead of 156 in Page Footer not in Table Footer
Hi,
In RDLC Report I have using Page Header and Page Footer using Getdata and Setdata method.
is it Possible to show 156.00 Instead of 156 in Page Footer not in Table Footer
Tks in Advance,
Manikandan
Not sure that works, but you can try with VB script function.
Hi Troubles In Paradise,
Tks for your reply.
But this is Bug =Round(Code.GetData(x,x),2))
i can achieve this by =FormatNumber(Code.GetData(20,3),2) \:D/ \:D/ \:D/
Hi Troubles In Paradise,
Tks for your reply.
But this is Bug =Round(Code.GetData(x,x),2))
i can achieve this by =FormatNumber(Code.GetData(20,3),2) \:D/ \:D/ \:D/
Comments
Not sure that works, but you can try with VB script function.
It works as expected... More or Less...
Tks for your reply.
But this is Bug =Round(Code.GetData(x,x),2))
i can achieve this by
=FormatNumber(Code.GetData(20,3),2) \:D/ \:D/ \:D/
Well-done!
Thx for sharing :thumbsup:
It works as expected... More or Less...