CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    115

    Question 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

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    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
  •  





Click Here to Expand Forum to Full Width

Featured