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

    about data report in visual basic 6.0



    The first question:

    How can I add the page number into the page footer of the datareport control in visual basic 6.0?

    The second question:

    How can I change the page size or page orientation of the datareport control in visual basic 6.0?


    Thank you very much!

  2. #2
    Join Date
    Apr 1999
    Posts
    21

    Re: about data report in visual basic 6.0



    Place a label with the caption %p in the footer of your report, to get the page number.


    As for the orientation code, I would appreciate it if you could tell me if you find out


    Hope this helps


    Jason


    [email protected]

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