Last post Jan 31, 2014 07:56 AM by Ajay2707
None
0 Points
1 Post
Jan 30, 2014 01:12 AM|jsrinivasa|LINK
Hi all,
I want to generate crystal report with crosstab object. for this i need to supply rows,colums,summary field values from my code(.cs) file. how can i acheive this. can anyone help me?
Thanks in advance,
crystal asp.net crosstab CrystalReports
Contributor
6622 Points
1743 Posts
Jan 31, 2014 07:56 AM|Ajay2707|LINK
Hi ,
you can do with xsd datasource.
first create xsd design in your .net project, then create crystal report where usecross-tab
first create crosstab with fields of xsd , after that you can just pass the data as datatable to xsd. Report automatically generate that things.
http://www.codeproject.com/Articles/142064/Step-by-Step-Creation-of-Crystal-Report-using-its
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-stepbystep.htm(this will by store procedure)
None
0 Points
1 Post
create CrossTab object through cs file
Jan 30, 2014 01:12 AM|jsrinivasa|LINK
Hi all,
I want to generate crystal report with crosstab object. for this i need to supply rows,colums,summary field values from my code(.cs) file. how can i acheive this. can anyone help me?
Thanks in advance,
crystal asp.net crosstab CrystalReports
Contributor
6622 Points
1743 Posts
Re: create CrossTab object through cs file
Jan 31, 2014 07:56 AM|Ajay2707|LINK
Hi ,
you can do with xsd datasource.
first create xsd design in your .net project, then create crystal report where usecross-tab
first create crosstab with fields of xsd , after that you can just pass the data as datatable to xsd. Report automatically generate that things.
http://www.codeproject.com/Articles/142064/Step-by-Step-Creation-of-Crystal-Report-using-its
http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-stepbystep.htm(this will by store procedure)
crystal asp.net crosstab CrystalReports