 |
|
 |
Thank you. I have trying to do this for a very long time now!
|
|
|
|
 |
|
 |
Good Tutorial..
Thank You
|
|
|
|
 |
|
 |
it asks for password when i use crystal reports using dataset in asp.net
And also paging not done properly
|
|
|
|
 |
|
 |
I have an class that return a dataset with parameter.
How do I make it available in when datasources for the crystal Report
Thanks
|
|
|
|
 |
|
 |
Could you send the project code , I am facing some issue in creating reports as I am unable to create a Project
|
|
|
|
 |
|
 |
This is great article for beginners, can you please send the code , I am getting some issues while accessing Report as I am unable to create Project file
|
|
|
|
 |
|
 |
i added a crystal report to my C#.net.. but when i try create an object i cant access it
please send code
thanks
|
|
|
|
 |
|
|
 |
|
 |
test
|
|
|
|
 |
|
 |
Please, how can I declare CrystalReport1?? It does`nt work.
|
|
|
|
 |
|
 |
From File Menu Create New Project ( don't Create New Website ) and Follow the direction as given .
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
Hi.
I am using VB and not C# for my project.
I am also trying to Display my XML file in Crystal report.
All examples are in c# and looks like this example.
When I change the code to VB syntax, I cannot see my report:
c# code:
CrystalReport1 report=new CrystalReport1();
vb code:
Dim oReport As New CrystalReport1 'produces error
I can see the created Dataset:
Dim dsReport As New dsPickList 'dsPicklist is in App_Code - works fine
Dim dsTempReport = New DataSet() 'works fine
Dim oReport As New CrystalReport1() 'Does not see my rpt file called CrystalReport1.rpt
dsTempReport.ReadXml("C:\PickList.xml") 'works fine
dsReport.Tables(0).Merge(dsTempReport.Tables(0)) ' seems to work
Now, oReport does not exist and I cannot apply the dataset to the report.
Can anyone help ? What am I missing ?
|
|
|
|
 |
|
 |
I am also having the same problem. Cant access .rpt file in code page..
|
|
|
|
 |
|
 |
www.asp.net
www.codedreamin.com
www.dotnetspider.com
www.codeguru.com
www.codeBetter.com
www.dynamiclinklibrary.com
modified on Tuesday, September 15, 2009 7:45 AM
|
|
|
|
 |
|
 |
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,.,.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
Can anyone tell me how to upload ASP.NET application with Crystal report on WEB
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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...
|
|
|
|
 |