i need to export to multiple PDF files from rdlc automatically
Welcome to the ASP.NET Forums.
If you just want to export RDLC to PDF file, you don’t need to create multiple files as usual and it’s not easy to achieve it. I think you could try to change your mind to refer to the following links to create the PDF files.
You need to pay for that service unless you open source your project. There are other libraries out that that can help you. Google "generate pdf".
Mark all posts that give the desired result the answer. If you only mark the last that gave you clarification because you misread an earlier post others will be confused. Some of us are here to help others and our point to post ratio matters.
What did you try? I stated you can't use reporting services to do what you need. You need to use a separate library. What library did you choose and what code did you write?
Mark all posts that give the desired result the answer. If you only mark the last that gave you clarification because you misread an earlier post others will be confused. Some of us are here to help others and our point to post ratio matters.
@Weibo Zhang
Am not asking multiple files
am asking multiple pdf files in button click event needs to generate multiple PDF files using rdlc
In my previous reply, I suggest you could use the methods to generater the multiple PDF files without using rdlc, because the “rdlc” could not generate multiple PDF files as I searched. So, I suggest you change the mind and try to use other
methods to achieve generating multiple PDF files.
About the new issue, you’d better show your code as
ryanbesko suggested above, so that we could better help you.
None
0 Points
3 Posts
how to generate multiple pdf files using asp.net,C#,rdlc report,sql server in web applcations
Feb 03, 2016 06:16 AM|shivakarthick.5727|LINK
i need to export to multiple PDF files from rdlc automatically
if i click button it should generate multiple PDF files
i tried single PDF its working
from this http://forums.asp.net/t/1556522.aspx?RDLC+Export+directly+to+Excel+or+PDF+from+codebehind
but i need to generate multiple pdf files from sql database
by button click event
suggest me
give some idea i need behind code
Please needful Help
regards
ShivaKarthick
Star
7980 Points
1586 Posts
Re: how to generate multiple pdf files using asp.net,C#,rdlc report,sql server in web applcations
Feb 03, 2016 08:17 AM|Weibo Zhang|LINK
Hi shivakarthick,
Welcome to the ASP.NET Forums.
If you just want to export RDLC to PDF file, you don’t need to create multiple files as usual and it’s not easy to achieve it. I think you could try to change your mind to refer to the following links to create the PDF files.
http://www.codeproject.com/Articles/531083/Generating-Dynamic-PDF-Document
Or, you could create a HTML page with multiple DIV sections and then refer to the following link to import the div to PDF.
http://www.aspsnippets.com/Articles/Convert-Export-HTML-DIV-or-Table-to-Image-using-HTML-Canvas-in-ASPNet-using-C-and-VBNet.aspx
Best Regards,
Weibo Zhang
Contributor
7048 Points
2188 Posts
Re: how to generate multiple pdf files using asp.net,C#,rdlc report,sql server in web applcations
Feb 03, 2016 08:27 AM|ryanbesko|LINK
https://npoi.codeplex.com/
You need to pay for that service unless you open source your project. There are other libraries out that that can help you. Google "generate pdf".
None
0 Points
3 Posts
Re: how to generate multiple pdf files using asp.net,C#,rdlc report,sql server in web applcations
Feb 03, 2016 08:58 AM|shivakarthick.5727|LINK
@Weibo Zhang
Am not asking multiple files
am asking multiple pdf files in button click event needs to generate multiple PDF files using rdlc
None
0 Points
3 Posts
Re: how to generate multiple pdf files using asp.net,C#,rdlc report,sql server in web applcations
Feb 03, 2016 09:01 AM|shivakarthick.5727|LINK
@ryanbesko
i tried it not happens
Contributor
7048 Points
2188 Posts
Re: how to generate multiple pdf files using asp.net,C#,rdlc report,sql server in web applcations
Feb 03, 2016 02:10 PM|ryanbesko|LINK
Star
7980 Points
1586 Posts
Re: how to generate multiple pdf files using asp.net,C#,rdlc report,sql server in web applcations
Feb 11, 2016 09:00 AM|Weibo Zhang|LINK
Hi shivakarthick,
In my previous reply, I suggest you could use the methods to generater the multiple PDF files without using rdlc, because the “rdlc” could not generate multiple PDF files as I searched. So, I suggest you change the mind and try to use other methods to achieve generating multiple PDF files.
About the new issue, you’d better show your code as ryanbesko suggested above, so that we could better help you.
Best Regards,
Weibo Zhang