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

page number in pdf export.

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alyssa
Top achievements
Rank 1
Alyssa asked on 07 Nov 2013, 01:31 PM
Hi,
How to set the page number in pdf export.?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Nov 2013, 01:34 PM
Hi Alyssa,

Please try the following code snippet to set page number for PDF export.

ASPX:
<ExportSettings IgnorePaging="true">
    <Pdf>    
        <PageFooter>
            <MiddleCell Text="<?page-number?>" />
        </PageFooter>
    </Pdf>
</ExportSettings>

Thanks,
Princy
Tags
Grid
Asked by
Alyssa
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or