Click here to Skip to main content
15,883,623 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I'm working on a design of bank slip printing application. My plan is like this.

Work on with WPF/C#. Idea is to use WPF DocumentViewer, place in a grid. All the required test fields are place on that grid based on the coordination (as fields are pre-defined). Then print the document.

My questions are;
1) Is DocumentViewer suitable for this?
2) For the text fields inside the grid, shall I use labels or text boxes?

Thanks in advance.
Posted

1 solution

1) This should be suitable. What is more important is how you use it to format your report.
2) If your grid is not editable, why would you need testboxes?
 
Share this answer
 
Comments
CodingLover 23-Feb-15 1:05am    
Thanks for the response.

1) Actually still I didn't dig into that how to format the document. You mean that the basic formatting like font family, sizes and all?

2) Please correct me if I'm wrong. In the bank slip the text fields need to be filled in different rows and different columns. So I've to specify the location by x-y coordination within the pre-defined page size. So I thought to place text boxes on the relevant coordinate so that user can easily see that. Those text boxes are editable, but not dragable.

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