I am vb.net programmer I want print RDLC report directly without report viewer - vb.net-2010

Hi all I want print Rdlc report without report viewer in vb.net 2010 I develop pos billing software i print invoice directly to printer but rdlc report not print.

Related

How to make editable PDF with Crystal Report?

I have a Crystal Report template using Visual Studio 2015 and Crystal Report 11.
I am trying to make an editable PDF when I export it. Some fields with data that could be modified when the PDF is exported. Other data will not be able to be changed.
Is it possible to do that, I mean, export an editable PDF using Crystal Report?
Thanks in advance!
You can not export pdf with editable fields, crystal report does not support.
check this links -
https://archive.sap.com/discussions/message/13967957
https://archive.sap.com/discussions/thread/3340683
Better to ask in SAP forum that they have any support.
For this you need third party tool - https://www.experts-exchange.com/questions/28076120/Editable-PDF-from-Crystal-report.html

How to convert crystal report to PDF without using ReportDocument

Using VB.NET 2005, I have created a customized crystal report in which column title and data will get selected dynamically.
I am not using ReportDocument but directly creating an object to report class and assign the datasource to crystal report viewer.
So, I have to use only crystal report viewer to export. In which i am unable to convert.

Crystal report print button open pdf page

I am working in Crystal report at a project. I have a requirement and I need Help On following metter:
I have crystal Report in my webpage. The .net Crystal report viewer views this report. But when I click the print button on crytal report viewer it exports the report in .pdf format. I don't want to click again and again. I want to open the print dialog Box instead of exporting at .pdf formet.
Is it Possible??? if yes How???
Help Me.....
From what I can see it is definitely doable. Some people also raise custom JavaScript print dialogs instead of the MS one. Here are a couple of examples of more traditional print dialogs:
This SO thread shows you how to do it with and without a print dialog box.
Look at the bottom example on this thread

Page setup during print preview in Crystal Reports for VS 2010

Is it possible to see the page setup during print preview of crystal reports during run time?
Because there are times that we need to set the top and bottom margin of the report.
I am not sure about the report margins, but I have seen something to control the Size in % of the report. You set the %size of the report before you print the rpt.

Attach Excel file to a Report Created in SSRS 2008

I'm trying to modify a web service which is creating PDF file from Crystal Reports.
The PDF printer is an Amyuni converter.
The Service is attaching Excel documents to the end of the Crystal Reports.
I have to redesign the web service to use instead of Crystal Reports SSRS 2008 Reports and I'm not sure if SSRS reports can attach an excel file.
Any help will be appreciated
Regards
Flo
Amyuni PDF Converter allows you to concatenate the output of a printing process to an existing PDF file. So if you just want to have a PDF file containing the information from SSRS and the excel file, you could just print your SSRS report and save it in a temporary file. Then you can print your excel file using automation, or use the "save as pdf" function from Excel 2007+ and concatenate to the temporary file mentioned before using Amyuni PDF Converter.
From the documentation:
The Appen and AppendEx methods append or concatenate a second PDF file
to a first one.
Usual disclaimer applies.