Can we create report using more than one database?
Answers were Sorted based on User's Feedback
Answer / rahul
Yes. We can create report using more than one database like
Oracle, Access. Create data source name for both the
databases. Select tables from them and create the report.
Only restriction is if you use two databases then you
cannot see the SQL generated by crystal reports.
Is This Answer Correct ? | 16 Yes | 2 No |
Answer / vijay yadav
Yes we can use multiple database for create a report.
Is This Answer Correct ? | 6 Yes | 2 No |
Can we use our own SQL for creating a report?
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 open subreport in new ie window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report?
Can we call or add subreport within subreport?
HI all, I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the two reports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer. How to show up the two crystal reports in single crystalreportviewer?
How the data expert of flash object(after inserting flash object_right click-data expert) is useful in crt?
What all performance improvement techniques used in crystal reports? (Particularly cr xi)?
How to open subreport in New IE window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report. Can anybody answer this please....... Regards Vimal.
How many sub-reports can report can have?
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?
hi.. i've created a crystal report and one crystal report viewer in windows form. i've two form form1 and form2 in form2 i've kept one button called print. when i press this button it should print the document into .pdf format. without using the crystal report viewers print button.
How do we connect to the database?