Reporting services - Problem with print report

  • Hi i create an report with two datasource (2 query). The first query return the name and surname of one user. I put this fields into 2 textbox on the report's body (txtName and txtSurname).

    The second query return a list of object. I put this list into a table (tbList) on the report's body.

    I want to see the name and surname into report's header and in every pages.

    I put an textbox(txtName2), into report's header, that take the value from the textbox txtName:

    =First(ReportItems!txtName.Value)

    and i set, in the property tab, then this textbox must view into all pages.

    In this way, when i see the report's preview, i can see then name and surname into header of every pages.

    Then problem born when print the report. I see the name and surname only into the first page.

    Why, in the report's preview, the textbox into header, is visible, but, when i print, i see it only into first page.

    Thank's

  • In Edit group try checking the Repeat group header box

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • Sorry, but i haven't create a group on the table

  • Then in Table properties repeat header rows on each page should be checked.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • Yes, but this property i can see the table's header in every page, but i want to see the textbox into reports'header in every page.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply