I got a document, created by Crystal Reports. It looks like this: John Smit His results are: Course 1 : 10/20
I have a report (on c# winForm) with some group section(s). Now in the preview mode, when the group header is double-clicked, the group and its inner开发者_如何学编程 contents open up in a separate ta
We have deployed our ASP.NET application on the target machine. The application contains some crystal reports (rpt files) and while invoking we pass on the database connection details. It is working f
Attempting to create a PDF from a Crystal Report file in C# using the Crystal Report API (version 13) - The API requires that the Crystal Report file be passed in as a file. I currently have the repor
So I have these 3 table/views in my database. Table id template View1 // the ids in this view have a corresponding id in table if template = 1
For Crystal reports for visual studio .net 2005, you can export the report to various file format such as pdf, excel, word, rpt etc. If I just want to
Is there any way to change text of text object on crystal reports using a condition. I know I can change for example some colors (I have no idea, but I know it is possible)
Well, generally people want to get the contrary, hide a group header when there are no details but in my spec开发者_如何转开发ific case, I need to be able to show the header even if the details rows a
I am using a Cross-Tab object in crystal report.I am having problem making my data column (Field Row) to increase dynamically in height when my data size increases.Since the \"Can Grow\" property in t
Using CrystalReportVie开发者_如何转开发wer how to view data from the rpt file after filtering and NOT go in the database for fetching the data. The rpt file already contains all data. I am working on