Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we use stored procedure for creating the report?

Answers were Sorted based on User's Feedback



Can we use stored procedure for creating the report?..

Answer / rahul

Yes, we can use stored procedure

Is This Answer Correct ?    29 Yes 0 No

Can we use stored procedure for creating the report?..

Answer / thirumalai

Can. By Adding Command in Crystal Report XI.

Is This Answer Correct ?    17 Yes 2 No

Can we use stored procedure for creating the report?..

Answer / vijay yadav

Yes we can use stored procedures for develope reports.

Is This Answer Correct ?    14 Yes 1 No

Can we use stored procedure for creating the report?..

Answer / naresh

Yes results of a stored procedure are treated as a table

Is This Answer Correct ?    14 Yes 1 No

Can we use stored procedure for creating the report?..

Answer / ramesh

Yes, We can Add Stored procedures

Is This Answer Correct ?    10 Yes 1 No

Can we use stored procedure for creating the report?..

Answer / arvind gupta

Yes

Is This Answer Correct ?    9 Yes 1 No

Can we use stored procedure for creating the report?..

Answer / bennit

Yes results of a stored procedure are treated as a table

Is This Answer Correct ?    9 Yes 1 No

Can we use stored procedure for creating the report?..

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

Can we use stored procedure for creating the report?..

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

Can we use stored procedure for creating the report?..

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

Post New Answer

More Crystal Reports Interview Questions

Can we use stored procedure for creating the report?

11 Answers   Medreich,


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?

0 Answers  


If we create reports in Crystal Reports using the UCAR Data Warehouse database, which tables should be used?

0 Answers   IBM,


What all performance improvement techniques used in crystal reports? (Particularly cr xi)?

0 Answers  


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?

5 Answers  


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..

0 Answers  


How to print two details fields at the bottom of the page

5 Answers  


where is the "save data with report" option?

2 Answers  


what is the "refresh" button suppose to do on the crystal report viewer?

2 Answers  


How many sections are there in the report

6 Answers  


What are Crystal Reports and Crystal Reports Explorer?

1 Answers  


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?

0 Answers  


Categories