vb.net - I want a table in Reportviewer with added information after every line -
i using vb.net , report-viewer. able data dataset table in reportviewer. want after every line can print information related row. how can go it?
e.g. datatable fields :: [s.no, name, amount, notes]. want print this,
customer1 100.00 note line1-----
customer2 200.00 note line2----
and on. suggestions?
i assuming have matrix of kind in report, , data table fields in detail section of matrix.
i think you'll have add detail row matrix.
you can right-clicking on "row header" of detail row. click matrix until grey frame around top , left side appears, , right-click on left-side box triple horizontal lines. that's detail row header.
click on insert row
menu option, , choose inside group - below
detail menu option. have second detail row.
if have multiple fields in matrix already, new row have multiple text boxes in it. if want merge them have 1 big text box (suitable long strings of information) can select textboxes in row, right click, , take option merge cells
.
you can drag , drop data textbox, or change expression of text box refer notes field, or whatever else makes sense.
hope helps!
Comments
Post a Comment