Dear Sir,
I'm Trying to make a textbox neat or uncluttered in report viewer/rdlc with VB.NET.
Please Guide me
Thanks
Desired Result
SUBTOTAL :
DISCOUNT :
--------------------------------
RETUR :
TOTAL :
T OF PAYMENT:
CASH :
NON CASH :
CHANGE :
Date Trans :
Print Time :10-07-2024 21:26
Name Inv :
Trans No :
CreatedBy :
Code in expression in textbox
="Date Trans :"&" "& System.Environment.NewLine &
"Print Time :"&" "&Format(Now(),"dd/MM/yyyy HH:mm") & System.Environment.NewLine &
"Name Inv :"&" "& System.Environment.NewLine &
"Trans No :"&" "& System.Environment.NewLine &
"CreatedBy :"&" "
Link Capture reportviewer