 |
|
|
 |
|
 |
From File Menu Create New Project ( don't Create New Website ) and Follow the direction as given .

|
| Sign In·View Thread·PermaLink | 1.00/5 (2 votes) |
|
|
|
 |
|
 |
how we declare crystalReport object it gives error when using namespace CrystalDeceison.crystalreport.engine; CrystalDecision.shared. CrystalReport1 cr=new CrytalReport; plz end me its solution
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
www.asp.net www.codedreamin.com www.dotnetspider.com www.codeguru.com www.codeBetter.com"> www.codeproject.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
hello i want report generate date to date like 1/2/09 to 1/6/09 my application have two text boxes it user insert different date and get a resuilt
Thanx,.,.
|
| Sign In·View Thread·PermaLink | 1.25/5 (3 votes) |
|
|
|
 |
|
 |
i am trying to build crystal report application. in that i want to alter the page size at run time ie the user can set the page size so i have to align the data field acoordingly
|
| Sign In·View Thread·PermaLink | 1.00/5 (3 votes) |
|
|
|
 |
|
 |
Is it possible to have a dataset with multiple tables and how do I go about doing it? I need to select fields from 4 tables and the examples I've seen so far uses only 1 table. I also want to use the 'Push Model'
Any help would be much appreciated.
Thanks
|
| Sign In·View Thread·PermaLink | 5.00/5 (2 votes) |
|
|
|
 |
|
 |
Hello diggers,
I want to set formula/Parameter field value dynamically from C# code in crystal report. I am having Dataset Test.xsd. Report name is Test.rpt.
Pleaser help me.
Regards: Biswajit
biswajit nayak
|
| Sign In·View Thread·PermaLink | 3.00/5 (1 vote) |
|
|
|
 |
|
 |
i added a crystal report to my asp.net.. but when i try create an object i cant access it
i want to say: CrystalReport objRpt = new CrystalReport (); But i cant do this..
ended up using this code:
ReportDocument rpt = new ReportDocument(); string reportPath = Server.MapPath("CrystalReport .rpt"); rpt.Load(reportPath); rpt.SetDataSource(ds); CrystalReportViewer.ReportSource = rpt; CrystalReportViewer.DataBind(); CrystalReportViewer.Visible = true; CrystalReportViewer.HasExportButton=true;
please help me.
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
 |
i added a crystal report to my asp.net.. but when i try create an object i cant access it
i want to say: CrystalReport objRpt = new CrystalReport (); But i cant do this..
ended up using this code:
ReportDocument rpt = new ReportDocument(); string reportPath = Server.MapPath("CrystalReport .rpt"); rpt.Load(reportPath); rpt.SetDataSource(ds); CrystalReportViewer.ReportSource = rpt; CrystalReportViewer.DataBind(); CrystalReportViewer.Visible = true; CrystalReportViewer.HasExportButton=true;
please help me.
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
 |
Hi All
I developed one desktop application, Will u help me to make crystal reports with sql server 2000
I use Crystal report version 8.5
So Help me to make report
Mrugesh
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
|
 |
|
 |
can any one help me to create crystal report in asp.net 2005 using codeing i am creating dataset manually and then want to so report
GIRISH KUMAR
|
| Sign In·View Thread·PermaLink | 1.67/5 (3 votes) |
|
|
|
 |
|
 |
High All, This is my first post... Is there any way to fix height of Detail section of Crystal Report, Asp.Net 1.0. I have selected Paper size as Recipt 10 * 6 from Designer > Printer Setup...In fact of all these formatting the detail section shows a lot of blank spaces...I have added a dummy blank section and set it New Page After property to true...but then that does not work when project is deployed on web....Please Help me out from this problem....Hoping for some immediate Help...
|
| Sign In·View Thread·PermaLink | 1.71/5 (7 votes) |
|
|
|
 |
|
 |
Hello everybody,
how to pullish DHTML Button in asp.net.
Its need urgently to my project.
If anybody have the knowledge about this,please help me
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
Hi everyone. I am an ASP programmer, but i have never played with crystal reports never realy needed to until now. I am wandering how to post the values from ASP to crystal report already set up. I have set up a report using my database on SQL Server, and now i would like to open this report from within my project, and filter it by values of Identifier sent from the same project.
Is this posible, and can someone give me a pointer or two.
Thanks Folks.
|
| Sign In·View Thread·PermaLink | 2.00/5 (6 votes) |
|
|
|
 |
|
 |
Dear Sir
I have deveoped report and .aspx page according to the this article direction more than 5 times but all the time when going to running .aspx page raised an error "PAGE LOAD FAILED" and stack trace as follows. Please help me solve this an error .My e-mail is derrickl@unitedmotors.lk
Load report failed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed.
Source Error:
Line 50: ds.Tables.Add(table); Line 51: // set report's dataset Line 52: report.SetDataSource(ds); Line 53: // set report source Line 54: CrystalReportViewer2.ReportSource =report;
Source File: d:\dotnetproject\odpnetws\src\report\webform1.aspx.cs Line: 52
Stack Trace:
[LoadSaveReportException: Load report failed.] . F(String , EngineExceptionErrorID ) +273 . B(String , Int32 ) +64 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) +1158 CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) +515 CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSource(Object value) +283 report.WebForm1.Page_Load(Object sender, EventArgs e) in d:\dotnetproject\odpnetws\src\report\webform1.aspx.cs:52 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
thanks
Derrick Lasantha
-- modified at 6:13 Monday 12th March, 2007
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Is there a method to use a DataSet with variable structure(variable number of columns) as source for a Crystal Report?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
In crystal reports 9.0 it was not possible i guess. but i think in latest version it might be.
Omkar Bhave
ygg
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
This is a great sample. However I do have some problems. I created this sample using VS 2005 via a new ASP.NET web application. However when I run the application, the icons do not appear. However, if a virtual directory is created on IIS and run on http://localhost, the icons appears. Also, when I create a web site (not a web application), icons do appear on the report. Another bug I found is when going to the next page, it only goes up to page 2. But when the page number is typed, it goes to the correct page. Has anyone encountered these problems. Hope you can help me. Thanks.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Create a virtual directory "CrystalReportWebFormViewer2" under your web site and point it out to "C:\Program Files\Microsoft Visual Studio .NET 2003\Crystal Reports\Viewers\" or corresponding path of VS 2005
Regards, Sylvester G
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
 |
sir, My id is prabodh_bansal1@yahoo.com. I do get the same problem ie when crystal report 11 is run i do not get icons. Can you please help me in this regard. I need to get icons on iis, web site or project in both cases.
Thanks and Regards Prabodh Bansal
prabodh
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
-Regarding above i got no problem and success to created a crystal report, it only row of data to display.
- now i using query to store data into variable and using while root to dipslay by using above feature , is it possible ? can give me some source ? or other opinion for me , please very urgent
- e.g. strSQL = "SELECT a.r_materials_num,a.r_batch_num, a.r_des,a.r_UOM,a.r_exp_date ,(select sum(r_QTY) FROM tblreport_1 where r_situation = '" + "In" + "' and r_materials_num = a.r_materials_num and r_batch_num = a.r_batch_num ) as totalIn , (select sum(r_QTY) FROM tblreport_1 where r_situation = '" + "Out" + "' and r_materials_num = a.r_materials_num and r_batch_num = a.r_batch_num ) as totalOut FROM tblreport_1 a where a.r_situation = '" + "In" + "' GROUP BY a.r_materials_num,a.r_batch_num,a.r_des,a.r_UOM,a.r_exp_date " PublicFunc.DR = DataHandler.GetDataReader(PublicFunc.strSQL, PublicFunc.strConn)
While DR.Read()
viewstate("r_materials_num") = Trim(PublicFunc.DR("r_materials_num").ToString) viewstate("r_batch_num") = Trim(PublicFunc.DR("r_batch_num").ToString) viewstate("r_UOM") = Trim(PublicFunc.DR("r_uom").ToString) viewstate("r_des") = Trim(PublicFunc.DR("r_des").ToString) viewstate("r_exp_date") = Trim(PublicFunc.DR("r_exp_date").ToString) viewstate("totalIn") = Trim(PublicFunc.DR("totalIn").ToString)
If PublicFunc.DR("totalOut").ToString = "" Then viewstate("totalOut") = 0 Else viewstate("totalOut") = Trim(PublicFunc.DR("totalOut").ToString) End If
keepOUT = viewstate("totalOut") keepIn = viewstate("totalIn") KeepQTY = keepIn - keepOUT
If KeepQTY <> 0 Then
Response.Write(" | ") Response.Write("") Response.Write(viewstate("r_materials_num")) Response.Write(" | ")
Response.Write("") Response.Write(viewstate("r_des")) Response.Write(" | ")
Response.Write("") Response.Write(viewstate("r_batch_num")) Response.Write(" | ")
Response.Write("") Response.Write(KeepQTY) Response.Write(" | ")
Response.Write("") Response.Write(viewstate("r_UOM")) Response.Write(" | ")
Response.Write("") Response.Write(viewstate("r_exp_date")) Response.Write(" | ") Response.Write(" ")
Else
End If
End While
- i want use those display result to display on crystal report it is possible ?
email beginhs@gmail.com regds begin
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
 |
Hi I went through your code but was unable to get this line of code in your code. CrystalReport1 report=new CrystalReport1();
I performed a different steps in my project for the dataset which gets generated on runtime.
Now i take a blank report .rpt file as u specified in your explanation. but when i trying to write the CrystalReport1 report=new CrystalReport1(); code my intellisense doesnt shows me the reference of CrystalReport1
My .rpt file name is CrystalReport1.rpt.
can u give me explanation for the above scenario.
Waiting for reply Thanks in advance
-- modified at 2:35 Tuesday 18th July, 2006
|
| Sign In·View Thread·PermaLink | 2.00/5 (7 votes) |
|
|
|
 |