This is a migrated thread and some comments may be shown as answers.

Footer displaying at bottom of every page in PDF

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 11 Feb 2009, 01:35 AM
I am exporting to a PDF from a hierarchical grid with 2 level.  At the mastertable levels, I have a footer column that is displaying the sum (i.e. aggregate=sum") of the numerical values.  We have paging turned off in the grid.  When I "export to pdf", the Footer column is displaying at the bottom of each page instead of just once at the end.

Is there a way to prevent the Footer column from displaying at the bottom of each pdf page?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Feb 2009, 07:08 AM
Hi Tim,

Since the Grid content is being split into different pages in PDF you can try setting the PageHeight for the PDF to a larger value so that the entire Grid content will be included in a single PDF page and hence the Aggregate will come only at the bottom of the page.

ASPX:
  <ExportSettings> 
      <Pdf  PageHeight="2000px"     /> 
    </ExportSettings> 
                

Shinu
Tags
Grid
Asked by
Tim
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or