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 |
Can we use stored procedure for creating the report?
Suppose I am not able to see any image on crystal report at run time. So how can I load any image which is saved in local disk so that it can be viewed at runtime in crystal reports?
If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?
What all performance improvement techniques used in crystal reports? (Particularly cr xi)?
I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?
hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..
How to print two details fields at the bottom of the page
where is the "save data with report" option?
what is the "refresh" button suppose to do on the crystal report viewer?
How many sections are there in the report
What are Crystal Reports and Crystal Reports Explorer?
Suppose I have a crystal report with a linked subreport as well. Is there any way not to print the current record on the main report if no records are returned from the subreport?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)