Can we use Crystal report as a stand-alone application?
Answers were Sorted based on User's Feedback
Answer / rahul
we can make crystal report stand-alone application also.
But for that limitation is for viewing the report user
should have crystal reports installed
Is This Answer Correct ? | 26 Yes | 4 No |
Answer / rajesh
cr is a stand alone application.you can view the report.
but one of the limitation is 1)modification 2)perform any
operations you need to install cr software in ur system
Is This Answer Correct ? | 8 Yes | 1 No |
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?
Can we use our own SQL for creating a report?
What are Crystal Reports and Crystal Reports Explorer?
how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!
where is the "save data with report" option?
How to refresh the crystal report from the application ?
How to add Crystal Reports(Standalone) to my VB.NET project
How to present data from Crystal Reports on to form?
How many sections are there in the report
How many .rpt files are be there in a main report having 2 sub reports?
17 Answers Accenture, Cap Gemini, CTS,
Does Crystal Report support all the functions that we have in Oracle?
2 Answers MPS Techologies, Target,
hi.. i've one crystal report. i want the report header as "employee database". i dont want to right click->insert and goto text object and insert. i've one aspx page and aspx.cs page also. now i want the "employee database" header to be printed from .cs file. i dont want to pass by parameter also.. i.e is there any option in .cs file something like ReportDocument myreport = new ReportDocument(); myreport.Load(MapPath("~/" + "emp.rpt")); myReport.Reportheader="Employee database"; i hope u have understood this. only thing is from .cs file i want to print the header as employee database. i dont want by passing parameter also... please help....