I am getting a "ReportingService.ParameterValue" not defined when I try to use the code below. I am trying to render reports in pdf format when a user clicks on a Create Button on website.Type.PDF)
I would like to ask is it possible to show crystal report in pdf format in web? I know how to export crystal report in pdf format, however, it is exported to client's computer.
I inherited some project which uses crystal reports. The datasource for startdate is in string format but I would like to make it up so that the time does not get added. Should I change the sql query somehow or can I make from the object in crystal reports (IFieldObject) to something more manageable.
I have Cross Tab in a report In database I have time in minutes. I have created a formula which converts minutes to hours. But Summary is correct but it is not in correct format i.e, in time format for every 60 it should round to 1 but this summary is rounding 100 to 1.
The following information(fig -1) is displayed correctly in crystal reports viewer but when i export the report in to word or pdf, using the export feature in cr viewer, iam getting a differnt output (fig -2).
I have a crystal report as reportDoc. In reportDoc.ExportToDisk function it is asking only file name. So let me where should I mention path and how should store in my server folder. I want that file to be saved in particular folder in server in pdf format. Report is converting to pdf. I have no problems in converting. Please let me know how to save that pdf file into my project folder.
When I click on the export button and get the pop-up where you choose the export format....when I choose the Crystal Reports format and click ok,the contents of that pop-up window is now the same as the page where I clicked the export button along with an 'Access Denied' message above the tool bar.
If I choose any other export format,this does not happen and I get the expected dialog where I can choose to open or save the export file.It seems to be a permissions issue, but I can't figure out what CR is trying access that it doesn't have permissions for.
using vb.net 2005 and crystal rpts.I have an iFieldObject on a report that I am using to display a signature line which looks ok except for one thing: the signature line needs to appear at the bottom of the object, how to do this?
In our program, we are exporting crystal report (ExportToStream method) in html format and sendind via email body contents.
The email is showing correct format i.e same format as like format showing in crystal report viewer.
But when the user, farwarding the same email to any other person, the format is totally collapsed. All lines are moving up and text parts showing down with out proper alignment.
I've been watching a video on Scott Hanselmnn teaching MVC 2 tricks/tips. He mentions how MVC 2 by default uses ASP.NET Web Forms view engine to render the output of the views; he mentions that the web forms view engine is a little slower than it could be for MVC 2 since it generates a control tree and then outputs the HTML to the page (I hope I said that right).
I was wondering what he meant by web forms generating a code tree before outputting the HTML to the page. Does anyone have insight on the view engine of Web forms and the steps of the rendering process works for ASP.NET and MVC2?
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.
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.
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.
Iam working on a banking web application developed in asp.net 3.5 and MS SQL Server 2008.My problem is to create reports including some pre-formatted reports,summary reports and some detail reports.I want to know what is the best technique to create these reports.I don't want to use third party reporting tools as they have to be configured on the web server and some times they takes lot of time in generating reports due to their complex structure.Since its a web application having large recordsets so i need a consistent solution keeping in mind the performance and complex nature of the reports which might be demanded by the banks.Can anyone help me please in this regard?
I have master page, menu on master page, i use asp roles and trim menu item based on user roles and rights this process is working fine.
Now i have to create some reports based on user roles, and responsibility in a company like country head will view country wide reports, manager region will only view regional report and rest will view reports related to them.
How can i achieve this efficiently using asp roles.