Quantcast
Channel: Crystal Reports
Viewing all articles
Browse latest Browse all 1507

How to display 2 rows 2 columns data?

$
0
0

hi

is it possible to display the data in crystal report in this example?

--------------------------

|   Data         |  Data        |
|    A             |         C      |
---------------------------
|  Data         |      Data     |
|     B            |         D      |
---------------------------

with this code 

....
...
..
CrystalReportViewer reportViewer = new CrystalReportViewer(); CrystalReport creport = new CrystalReport(); creport.SetDataSource(Ds.Tables[0]); var t = reportViewer.ReportSource = creport; crystalReportViewer1.ReportSource = t;




Viewing all articles
Browse latest Browse all 1507

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>