Rename a Report Section in Crystal Reports
Is it possible to rename a report section in a crystal reports using the version of crystal that is built into Visual Studio 2008? If so how can this be done. ...
Is it possible to rename a report section in a crystal reports using the version of crystal that is built into Visual Studio 2008? If so how can this be done. ...
Hi guys, I am looking for solution for client side printing from our java web application JSF/JSP. Rightnow we are using Crystal Report XI R2, and exported to PDF then displayed on client side. The downside with this PDF approach is user will be able to SAVE the PDF and reprint again later. We want to disable the capability to SAVE th...
Afternoon Developers, I have a problem that's beginning to get on my wick. I have looked through google and Crystal Reports help and am still stuck for a solution. We have created an XSD complete with full information about data-types and the like. A report has been created that is linked to this XSD (using a c# class generated using M...
Is there a way to limit the database field output in a subreport to just return the first record if there is more than one record? thanks in advance ...
Hi! is there any way to find out page number in a group for specific title??? imagine that we have these 3 Hierachical group: A -B -C and B has several Items in it. now can you help me to get page number of for example one of B's members when viewing in crystal viewer??? Is it Possible? whit this achivement I can create a cont...
I am using VC++ and crystal report, in report I want chart to be displayed, I am using the Datset and giving the records at run time,All the records are displayed properly but the graph is not displaying correct output,infact I am getting no bars(I have chosen a BAR GRAPH) in graphs,please help. In my dataset I taken a simple table call...
I have a Crystal Report Viewer control on an aspx page, which is supposed to have built-in paging. When I click the "next page" button the first time, I move from page 1 to page 2, but every other time I click "next page" the report reloads to page 2. ...
Guys, I am trying to figure out how to export a crystal report into a PDF file from an ASP.NET application. I got it to work, however, I want the group tree to show up as bookmarks in the PDF. From what I've found on google, the way to do this is to declare an instance of the CrystalDecisions.Shared.PDFFormatOptions class, then set the ...
in "Template" Menu and "Costum" Tabpage I selected "Letter Size B&W" But as a result just 4 columns are in B&W Format, and other columns are Colorfull starting from Orange!!! How can I fix that? What wrong with Crystal Report 10?? ...
Using VB 6 and Crystal Report 8.5 In client system while generating the report, I clicked export to PDF button in the report; it displayed Export, Export Option. Choose Export file is not displaying in the client system. But in my system, it was displayed it displayed Export, Export Option. Choose Export file. But in client system is n...
Hey all, I want to export 2 different reports when I click an Export button. The problem is the routine only fires once and I only get one report to print out. Am I doing something wrong? I think it has something to do with the HTTPResponse, but I'm not sure. Here's my code: Dim badgeSize As Integer = 0 'Drop Down selection Dim...
I just created a new table and filled it with data. When I run a simple select query, I can see all the data. But when I try to build a report in Crystal with this table, I get no data. It doesn't matter if I have other tables included or not, so it isn't a linking issue. If I right click a field and choose "browse data", I get nothi...
I have a dataset that connects with three databases. How can I attach my Crystalreport viewer so all three are included? protected void Page_Load(object sender, EventArgs e) { ReportDocument X = new ReportDocument(); DataTable DTable = new DataTable(); DataSet1TableAdapters.TableAdapterMana...
I am developing software using VB6 and Crystal Reports 8.5. When debugging I have found that it takes a long time for the compiler to create a new Crystal Reports object. Here is the code: Private mobjReport As rptProject Private Sub Form_Load() Set mobjReport = New rptProject ''takes long time do to mobjReport.txtSerial = ...
I currently have Class A property x as List (Of Class B) End Class Class B ' some other properties End Class When I create crystal report to use Class A as datasource the field explorer doe snot show property x? Is it possible to use strongly typed lists with Crystal Report? ...
I'm trying to change an individual page within a multi-page report so that the orientation is landscape instead of portrait. The page contains only images, and I'd like for them to be displayed sideways. Is there a way of doing this? Barring that, is there a way of rotating the images themselves? The images are dynamically added to the ...
I am working on an excel report in CrystalReports, in VS2005. I have a field in the Details section which can have up to 255 characters of text, and I want the height of the row in excel to expand so that the entire text can be seen initially when the report is generated. I set CanGrow=True in the field's properties, and the field does ...
Hi guys, We are migrating to Windows Server 2008 R2 x64 from Windows Server 2003 x86 We usually have a fully documented setups and procedures on migrations which proven & working on windows Server 2003 x86 since we already done more 5x in less than 3 years in a roll. But now on Win2k8 Server R2 x64, we still followed the above, the on...
We have developed a set of crystal reports (not my idea) that are to recreate some sample PDF forms that we have been sent. We've imported background images (taken from the original PDF) for each page in the report and then we have dragged our data fields on top of these. Now, despite the original images that we are using for backgrou...
There are 2 subreports in detail section of my report. I have enabled suppress blank for subreports. Now i want to suppress detail section if both subreports have no data i.e. both are suppressed. I searched a lot on web but did not find a solution. ...