Hai
How to generate report in c# without using crystal report?
In vb6, generating report is very easy. But in .net it is so difficult to
generate text report.
Please anybody help me on this.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ArulrajPosted Sep 24, 2013, 7:22 AM
Could you please give me sample coding?
In vb6, the report coding will be as follows:
open "C:\REPORT.TXT" FOR OUTPUT AS #1
PRINT #1,tab(5);"Sample Report ";tab(10);"Report";
CLOSE #1
Likewise how could we do in c# .net?
Please help me
Pavan RamamurthyPosted Sep 24, 2013, 6:47 AM
ArulrajPosted Sep 24, 2013, 6:33 AM
Is this the only solution? Could you please tell me how to generate report in notepad like we did in visual basic 6?
Sanjeeb LenkaPosted Sep 24, 2013, 4:32 AM