How to add slide number label in generated slide?

Hello,

I want to show the slide numbers on each of the slide at bottom position.

Please any body know how to do this?

Currently I'm using SSRS report to generate report and using asp.net viewer to add report viewer to SSRS report.

I'm using aspose.report slides for exporting feature.

Hi Chandishwar,

I have observed the requirements shared by you and like to share that Aspose.Slides renders the report to presentation as it is available in your report. If you have added the slide number or date time field in your report pages at desired place then when you export the report to PPT/PPTX using Aspose.Slides the added date or slide number feilds will be available at desired places.

Another, solution to this is to use Aspose.Slides for .NET with your generated presentation from your exported report. Aspose.Slides for .NET is an API that provide the programmatic interface to manage the presentation. By using Aspose.Slides for .NET API, you can then add the slide number in your presentation.

These are the two possible options that you can adopt on your end. Please share if I may help you further in this regard.

Many Thanks,

Thanks Mudassir Fayyaz

It is working now..