table date in richtextbox

G

grant

Good day,

I am trying to create a payroll report for users in a C# richtextbox. I can
show most of the data using a stringbuilder but there is certain data I
would like placed in a table view.

Is there a sample somewhere that demonstrates how to create a simple report
easy to format at runtime?

Thanks,
Grant
 
D

Duggi

Good day,

I am trying to create a payroll report for users in a C# richtextbox. I can
show most of the data using a stringbuilder but there is certain data I
would like placed in a table view.

Is there a sample somewhere that demonstrates how to create a simple report
easy to format at runtime?

Thanks,
Grant

Try Exploring Report and Table ..

Right click the project in vs, add->new item-> Report

For this report you can add a table. and display some data. This is
the simplest solution, I know.

Ofcourse you need to have a report viewer control....

The following links can help

http://msdn.microsoft.com/en-us/library/ms251671.aspx
http://msdn.microsoft.com/en-us/library/ms252067.aspx


-Cnu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top