Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am asking about RDLC Report in VB.NET, Windows Forms Application.

I want that on Click of a button, A dialog box should appear asking the location.

And the report should be exported into PDF at given location.

Suggest me a snippet of code.
Posted
Comments
Dec90 14-Jan-13 10:26am    
how are you rendering it at the moment? can you show the piece of code you are using to render it currently?

1 solution

There are a lot of links that could help you export to a PDF on google.[^]

Try using the report control's LocalReport.Render method[^].

As for the dialog, just use a SaveFileDialog[^] object.

Hope this helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900