Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. ReportViewer not displaying footer info?

ReportViewer not displaying footer info?

Scheduled Pinned Locked Moved Visual Basic
question
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rashar
    wrote on last edited by
    #1

    Hello, I have a textbox that calls a field value in the footer of my report. When I select Print Preview on my form, the report shows my field value on the last page of the report? How can I get it to show on every page of the report? Here is the expression in my textbox located in the footer: =ReportItems!Dealer1.value Thanks, Rashar

    N 1 Reply Last reply
    0
    • R Rashar

      Hello, I have a textbox that calls a field value in the footer of my report. When I select Print Preview on my form, the report shows my field value on the last page of the report? How can I get it to show on every page of the report? Here is the expression in my textbox located in the footer: =ReportItems!Dealer1.value Thanks, Rashar

      N Offline
      N Offline
      noshaba mariam
      wrote on last edited by
      #2

      you need to call the field in page footer not in report footer. because watever u call in report footer would be displayed on the end of report. In order to display that field at the end of each page u need to call it in page footer.

      R 1 Reply Last reply
      0
      • N noshaba mariam

        you need to call the field in page footer not in report footer. because watever u call in report footer would be displayed on the end of report. In order to display that field at the end of each page u need to call it in page footer.

        R Offline
        R Offline
        Rashar
        wrote on last edited by
        #3

        Hi, Thanks for the Reply... I have this line of code in my page footer: =ReportItems!Dealer1.value My report is in a matrix, and when produced it may produce 30 lines. 20 Lines are on page 1 and 10 lines on page 2. When I do a print preview, I only see the line =ReportItems!Dealer1.value on the very last page. How can I see that line on all pages? Thanks, Rashar

        N 1 Reply Last reply
        0
        • R Rashar

          Hi, Thanks for the Reply... I have this line of code in my page footer: =ReportItems!Dealer1.value My report is in a matrix, and when produced it may produce 30 lines. 20 Lines are on page 1 and 10 lines on page 2. When I do a print preview, I only see the line =ReportItems!Dealer1.value on the very last page. How can I see that line on all pages? Thanks, Rashar

          N Offline
          N Offline
          noshaba mariam
          wrote on last edited by
          #4

          Hello! okay... can u plz tell me where u have placed that text box on ur report. Secondly can u plz tell that where r u assigning the value to text box in ur code(in which procedure). Thanks, Noshaba

          R 1 Reply Last reply
          0
          • N noshaba mariam

            Hello! okay... can u plz tell me where u have placed that text box on ur report. Secondly can u plz tell that where r u assigning the value to text box in ur code(in which procedure). Thanks, Noshaba

            R Offline
            R Offline
            Rashar
            wrote on last edited by
            #5

            I actually figured it out. I created a group field textBox1 in my matrix. Then in the footer, I created a textbox and assigned the expression ReportItems!textbox1.value to the new textbox in the footer. Thanks, Rashar

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups