| Thread | Last Post | Replies |
|
| Adding parameters | 31 Oct 2005 17:31 GMT | 4 |
Is it possible to add parameters to a report programatically? And I mean actually add the parameter not just pass values to it? Thanks Gav
|
| Subreport title | 31 Oct 2005 16:59 GMT | 3 |
I admit that I am blonde, but this one really puzzles me. I have a subreport in my mainreport. I want to change the subreport name that appears when I run the report. I therefore right-click my subreport and choose format.
|
| Defining different data sourcse for Report | 31 Oct 2005 16:23 GMT | 1 |
I've just started to use Crystal Reports through .NET studio. My application generates a few reports. I have successfully created my first report that takes its data source from an ADO.NET dataset that is built up when i query my SQL database.
|
| Summaries with subreports | 31 Oct 2005 14:19 GMT | 3 |
I have inserted two subreports into one mainreport. A dataset of the mainreport gives a selection, according a parameter (rangevalue called Period) The subreports use the same parameter.
|
| Changing the Report title | 31 Oct 2005 12:18 GMT | 2 |
I made a report and now I would like to change the Report Title that is printed in the report. Where can I do this? Kind regards,
|
| Setting Formula Field | 31 Oct 2005 10:20 GMT | 1 |
I have a formula field (@status) which I want to set as follows: If FldA ="Y" @status = "Accepted" If FldA = "N" @status = "Declined" If FldA is Null @status = "No Response"
|
| Optional Parameter in CR10 ? | 30 Oct 2005 20:38 GMT | 5 |
Is it possible to define optional parameters in CR 10 ? Say, I have 3 parameters :- 1. From Invoice Date 2. To Invoice Date
|
| Change Field Sort Order based on group value | 28 Oct 2005 16:57 GMT | 2 |
I want to know if someone has done this My report is grouped by ErrorCode having values "ERROR01"...."ERROR09", "ERROR10" IF ErrorCode=ERROR09 I want a sort order (Mbr# Asc, Date Desc)
|
| Problem with connection to crystal report | 28 Oct 2005 14:46 GMT | 1 |
I am using this code to call seagate crystal Report this code is written in Csharp dot net foreach(CrystalDecisions.CrystalReports.Engine.Table lrptTable in rpt.Database.Tables)
|
| How to show the used parameters in the report title | 28 Oct 2005 14:33 GMT | 1 |
I am trying to show the parameters I used, to show in the report title. It is a range value called Period. In my webform I do this: myParameterField.ParameterFieldName = "Period"
|
| Subreports do not start on first page | 28 Oct 2005 11:43 GMT | 1 |
I have some subreports in the ReportFooters of the main report. The main report does nothing else except for displaying the report footers. When I execute, the first page only has report+page headers but the first subreport in the first report footer does not display until the
|
| Response.Redirect with two parameters | 28 Oct 2005 11:25 GMT | 1 |
I am trying to get two parameters from my users webform, to the webform that holds the CR. I use two dropdownlists to get the parameters chosen. I manage to get one one of them over by the following code:
|
| "Connection timeout" loading report | 27 Oct 2005 20:55 GMT | 2 |
I have a report that has worked for a couple years. The problem is, the data it is querying has grown, and the report is taking longer to run. Also, becaues of data conversions in the query, with SP4 upgrade on
|
| Margins | 27 Oct 2005 17:23 GMT | 3 |
How do I dynamically change the margins of a Crystal Report? When I change the margins I would like it to be reflected in the Print Viewer. I am unable to use any of the following lines of code. I am doing this in VB.NET 2003.
|
| formula editor and Null | 27 Oct 2005 15:31 GMT | 2 |
I use visual studio.net 2003 with cr 8. I have a table with reporttemp01.timein a date or <NULL>. I would like to show "Missing" if the date is missing, otherwise I weant to show the date.
|