Crystal Reports :: Rename (Change) Filename When Exporting To PDF
Sep 20, 2015
I have web application using asp.net and from that i generate crystal report after generation of report when i'll export it to pdf from crystalreportviewer inbuild function. So report is saved by name crystalreportviewer.pdf but I want to change name of report at the time of generation.
View 1 Replies
Similar Messages:
Dec 23, 2015
how to set file name at the time of file is downloading in vb dot net
View 1 Replies
May 7, 2015
I am using this link for ajax image upload.
[URL]
I want when the image is uploaded, it's name changes. In other words I want to change the name of image.
How can I do this?
View 1 Replies
Mar 12, 2010
sometimes an export in pdf, or word format, is not the same of the report i mean about a lines, a dimensions of controls and other
View 1 Replies
Apr 2, 2010
my boss wants show a page exporting , but in the combobox he wants remove the ".doc" format
View 2 Replies
Mar 23, 2010
I have an ASP.NET site at work that uses a SQL Server 2k database.
Some pages on the site have buttons to export data via Crystal Reports and the user has the option to save or open. I also export to MS Excel using Response with content type.
Everything works fine until the workload increases and many documents are exported. What happens is that the site stops exporting when the buttons are pressed. It simply does nothing.
you can still use other features of the site but no exporting.
the only solution i've found so far is to restart IIS (Hosted on a Windows 2k3 server).
this only lasts about an hour or less and i have to restart again.
View 1 Replies
Jul 8, 2010
I am using crystal report and I am exporting data to PDF. In crystal report for a particular field I have HTML text as input. So I have set Text Interpretation as 'HTML Text' for that field in crystal report. But still in PDF few things are not working. That is, it is not showing bold, and bullets etc. Underline and color and font are working fine. HTML text is :
[Code]....
View 4 Replies
Apr 17, 2010
i have a asp.net project i want the user be able to select the fields from checkboxes near every filed in grid and also filter it by selecting the operator form dropdownlist and filter string from textbox in grid so i create a empty datatable in dataset and it have 7 columns i bind my crystal report to it and i use the following code for showing fields it works and i see the data but when i want to export or print it only the headers remain data disappeare here is my code:
protected void Button1_Click(object sender, EventArgs e)
{
MultiView1.ActiveViewIndex = 1;
//ReportDocument objRpt = new ReportDocument();
string reportPath = Server.MapPath("CrystalReport.rpt");
[Code]....
View 2 Replies
Apr 8, 2014
I am Exporting Crystal Report to pdf in hindi font it displaying as boxes i have installed adobe reader 11.0 with asian extended language pack in my local system. (English is working fine problem is with only with hindi font)
View 1 Replies
Oct 5, 2010
I have a question. How do you rename a file from an upload control and save it in webserver folder?. Actually I know how to save it in the webfolder. All I want to know is how to check if the file already exist and to rename it if it exist with an addition of number to the file uploaded? Here is my code now. But I wanna add another number to it with the orignal file name.
filepath = Server.MapPath(
"~/Resumes/" & UploadResume.FileName)
View 6 Replies
May 5, 2010
I am using crystal report Xi release 2.
How can I change my reports English to Arabic language?
View 3 Replies
Feb 9, 2010
I am using asp.net 2.0 with c#.
" myReportDocument.ExportToHttpResponse(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, Response, false, rptName);"
As soon as compiler execute this statement i get error
" [System.Threading.ThreadAbortException] = {Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack.} "
What will be the possible reasons for the error.
Although it throws execption but it will allow to convert report when i deployed my site using http but when i deployed my site using https then it will shows error .
View 1 Replies
Aug 5, 2010
When i run the application locally it works fine but when i publish it n access from it it gives the error asEither the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
View 2 Replies
Jan 12, 2010
We are using Crystal Reports to generate pdf's of customer bills (from a CR template). It works fine except the engine seems to be adding the letter "i" to random words in the output. Certain alignment problems are also evident (words overlapping etc). Standard fonts are being used.
We are using .net 4 and C# linked to the 10.5 CR assemblies. Latest version of Adobe Acrobat reader is installed on the server.
We have now tried this via 12.2 CR assemblies with the same results. We have also tried multiple .rpt files with the same results.
View 2 Replies
Jan 6, 2011
I have a report in which one of the fields prints name. Datebase is returning name field as "myname". In Code behind I have to change the value from "myname" to "MyNaMe". Suppose database just returning names like
jojo
kojo
mojo
In crystal Report I have to display these names as (just example)
JoJo
koJo
Mojo
View 8 Replies
Feb 1, 2011
There 5 crystal reports which have the same fields. Each of them is using different store procedure as datasource as sp1, sp2...sp5 I have done first report rp1. I copied rp1 as rp2. How to change rp2 datasource from sp1 to sp2?
View 1 Replies
Sep 7, 2010
I have negative numbers in my report and I wish to display them with a "<" sign.
View 5 Replies
Jun 13, 2010
I'm new to Visual Studio.NET . I need to integrate the crystal reports into an ASP.NET application. I generated Crystal report with the help of crystal report XI developer edition(Stand alone version and NOT from the one which comes from visual studio).
How to integrate this report with the web application.
View 1 Replies
Jul 16, 2010
We have quite a few reports which were developed earlier in Crystal Reports 8.5. We are now planning to use these reports in our web application developed in VS 2008 (C#).
What dlls are needed for calling 8.5 in the application and how should they be added to the application while shipping it to the client?
They are also struggling to get the code running. Would also need the code to call the report with parameters.
View 9 Replies
Feb 12, 2011
I have serveral databases with same tables. I created a crystal report to show the report for respective logins from the database. I have a problem in it. In crystal report when i changing the database it should not change the respective table. It loads only the table what we give in the connection string first time.
View 1 Replies
Mar 30, 2011
How to change float number such as 0.12 to 12% in CR? I knew how to % but only display 0.12%
View 2 Replies
Apr 6, 2010
I have already generated crystal reports but i've made them static. but now i want to make the user to select the criteria for generating the reports. for eg., in one of them i want to show monthwise data so user should be able to select the month and year and that would be passed as parameter and compared to the existing data. provide me with proper exact code that can be used for giving parameters in such a report using C#.
View 3 Replies
Aug 28, 2010
added a dataset.xsd file, kept a datatable in it, nothing elsebinded the dataset as a datasource for the srystalreport1.rptow my aim is to, make the dataset populated by code to appear in the report (note the gridview does recongize the change, also note i have tried using the init page method but no luck)heres the code behind.
DataSet1 ds = new DataSet1();
//DataTable dt;
DataRow dr;
[code]...
View 2 Replies
Feb 2, 2011
How to change text of a label in page header using code?
I need to change it based on data source of report.
View 3 Replies
Jan 4, 2011
In my system Visual studio 2008 with sp1 and Crystal Reports XI Release 2.In Visaul studio 2008 ,while adding add reference it showing crystal reports version 10 instead of 11.How to solve the version problem.
View 1 Replies