Click here to Skip to main content
16,022,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello im a beginner in c# Need help printing out rdlc report which takes info from text boxes from form
Need a button to print directly to PDF and save on a network

What I have tried:

Tried to reseach but i couldn't find anything to hrlp me
Posted
Updated 31-May-24 1:21am
v3

Quote:
Tried to reseach but i couldn't find anything to hrlp me
Not sure what you're searching for, but a quick Google for "c# rdlc export to pdf" returns many pages of results. For example:
c# - Creating a PDF from a RDLC Report in the Background - Stack Overflow[^]

Saving the PDF to a network share is no different than saving it to disk. You may just need to use a UNC path[^] to refer to the share.
 
Share this answer
 
Comments
Ed Ryan Alora 31-May-24 8:32am    
Ty I'm really new to this appreciate the help i guess i was searching wrong
Is your application on .NET framework or .NET standard? I have made an helper class that can render RDL files into PDF, not sure that is what you are looking for...
 
Share this answer
 
Start here: ZetPDF - PDF library for .NET, Windows Forms, ASP.NET, Mono, WPF, Silverlight[^] - there are many other solutions, but this is free and it appears to be pretty well supported.
 
Share this answer
 
Comments
Richard Deeming 31-May-24 4:01am    
Starting from $299 for a single project?! No thanks.

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