I am having a strange issue with a VS2008 application we are distributing where the numerous Crystal Reports are all displayed in the viewer at half width, making most of the reports completely unread
We use crystal reports 11.5 and for some reason one of our Report files all the reports are off center in the report preview and when you export to PDF but this happens on ONLY a coupl开发者_如何学JAV
How do i prevent a Cryst开发者_StackOverflowal Report Field from not expanding. it seems if these are my fields
What can be the reason that Crystal Reports Engine sometimes thinks that a field, that is returned from some stored procedure, that is in fact is of type money, is a varchar 255? Because of开发者_Stac
In my project I want to use data sourcefor a crystal report as collection of business layer object. How do I do this? I have 3 projects together in my solution one of them is busin开发者_如何学Cess ob
I have a crystal report that has a report parameter that can be a value between 1 and 100. If the value is less than 50, I need to group by CustomerID.If the value is greater than 50, I need to group
I have a PDF document containing only text that needs to be saved into a varchar column in MSSQL. The first catch is that the spacing of the text in the PDF needs to be 开发者_运维百科preserved as wel
I have created ASP.net Web application which uses Crystal Report to show reports. Now i want to publish this project to server. I have installed full version of Crystal Reports 2008 on server. It work
Last time I used two parameter to query & show report. It worked well. Right now I am trying to use same code with another extra parameter but its not working. I am confused. Let me show you my co
When I create a new command of a report that looks like that select e.x, a.x, a.y from T开发者_StackOverflowable1 t,