Can we use stored procedure for creating the report?
Answers were Sorted based on User's Feedback
Answer / thirumalai
Can. By Adding Command in Crystal Report XI.
Is This Answer Correct ? | 17 Yes | 2 No |
Answer / vijay yadav
Yes we can use stored procedures for develope reports.
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / naresh
Yes results of a stored procedure are treated as a table
Is This Answer Correct ? | 14 Yes | 1 No |
Answer / bennit
Yes results of a stored procedure are treated as a table
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / sachin bashetti
When we create report using crystal ,stored procedure
parameters converts to crystal parameters.u can pass vales
to this parameters using vb code like other parameters
passing
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / babu
Yes, We can use. But that system needs to be validated.
Yhat should not effect the quality of the product.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / jahir
Hi Friends,
Any one can give a sample code to generate the crystal
report from vb 6.0 (using stored procedure)
Is This Answer Correct ? | 6 Yes | 3 No |
Does Crystal Report support all the functions that we have in Oracle?
2 Answers MPS Techologies, Target,
Is there any feature like summing total in crystal report?
What all performance improvement techniques used in crystal reports? (Particularly cr xi)?
Explain basic steps required to display a simple report in crystal?
hi.. i've created one crystal report. and one global resource file .. in crystal report there's one text object with id Text1. and i want to take the values of resource file i've got it CrystalDecisions.CrystalReports.Engine.TextObject Dtemp1 = ((CrystalDecisions.CrystalReports.Engine.TextObject)myreport .ReportDefinition.Sections["section1"].ReportObjects["Text1" ]); Dtemp1.Text = Resources.Resource.ResourceManager.GetString("Dsec1"); it is showing the correct value want i want but when i give print it is disappearing.. how to solve this please help me..
How to write a formula to change a font based upon data ?
How to access crystal reports in .net?
How many types of reports can be generated in crystal reports?
7 Answers Finite Infotech, Precision Techconet, VMware, winfoware,
Where can we find the log file genertaed when we run a crystal report?
How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)
how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema
Can we call or add subreport within subreport?