Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello ....
i need to generate a ID card of students.. where as all the data like name and image of the students are saved in database. the main issue is that the output should be in horizontally flipped of the original (for back printing) currently i am getting the output in word format using a rtf code but how do i invert the output file....crystal report or SSRS reports will do...but the important part i need is to horizontally flipped the generated Id card. and the output should have atmost 10 students..


any reference or guideline for achevieng the task ???
thanks in advance
Posted

Hi Raul,

Open the details section in the section expert check the check box "Format With Multiple Columns" (and in the Common tab ). Additional tab "Layout" will be added. You can set there the number of columns and the direction (you need to choose "down then across")

or you may use following:
crystal report - how to print in 2 column[^]

Thanks,
Imdadhusen
 
Share this answer
 
Instead of CrystalReports, you can use RDLC local reports and MS ReportViewer. Further details & samples here http://www.gotreportviewer.com
 
Share this answer
 
Comments
User-8621695 26-Dec-13 13:38pm    
RDLC report is best for your this problem because if you create SSRS report then you also have to take a server to deploy this report and then report will be call from your aspx.cs page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900