|
-
August 6th, 2012, 02:56 AM
#1
How to display data in vertically way
Dear Sir,
I have two Questions in VB.NET(2010).
1. how to display data in vertical way. suppose I have employee master which contains all information like (empname, addr,city,state,countr,pin) etc. I know to display data horizontally but i want to display the data vertically
format:
NAME : xyz
ADDR : 45 Z stree
CITY : Kolkata
STATE : WB
COUNTRY: India
AGE : 28
like that plz. give some idea.
2. I am using ReportViwer instead of Crystal Report. so which is good tools and is it any drawbacks using reportviwer ?
Thanking You
Debasis Bag
-
August 7th, 2012, 08:22 AM
#2
Re: How to display data in vertically way
I have not used report viewer but with most report engines you would simply place the fields in the detail area arranged the way you want them displayed and that is what you will get.
This is assuming of course that there is only going to be one item per line. If you want your records to show in columns across the page then that is another matter.
Always use [code][/code] tags when posting code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|