for example i开发者_运维技巧f label count is 3 in database, the label should be printed 3 times in the report.Don\'t try to do this in Crystal, do it on the back end (or an intermediate back end if yo
I\'m trying to develop a Crystal Report that passes the user executing the report as a parameter to the report query.
Can you please tell me how to integrate the CR 2008 into VS 2008 Team System as currently VS doen\'t give me the option to create Crystal reports using a template!!!
I have a pretty complex report. I have managed to create it up till the 1st sub report. Now I have to summarize the 1st sub report\'s fields inside a 2nd subreport \'horizontally\'.
I am using SQL Server 2008 and C#, I am s开发者_JAVA百科toring imagepath in my database table (employee detail) and I bind this table with Crystal Report through dataset.
I found this post on Crystal Reports Cutting Off Text in PDF, but it didn\'t solve my problem. I have a Crystal Report that contains a field within a text object (to control line spacing) and has \"c
HI all, I created a .net object (ex: A) which contain data have been collected from tables. Next, i create a List<A>() and pass to SetDataSource() method of ReportDocument object.