Reputation: 1524
I've a big form with below mentioned fields/controls:
- SharePoint Peoplepicker
- SharePoint DateTime control
- TextBox Single/Multiline
- Dropdowns
- GridViews
I'm looking for a solution to print this form. Output print should be clean to ensure everything looks like labels while printing. If I change CSS e.g. for textbox, there are limitations viz. not all data of textbox would be visible. Is there a way to achieve this without having to do following:
- Have Labels and show them while printing for each control
- Convert gridviews with itemtemplate and have labels in template while printing.
Another requirement is to ensure that form fits in A4 paper.
Upvotes: 0
Views: 256
Reputation:
I had similar assignment & I completed using below approach:
Upvotes: 1