Dim doc As PrintDoc = e.Form.GernatePrintDoc() For Each c As object In doc.Body.Children If c.Gettype.Name Like "*table*" Then Dim rt As prt.RenderTable = c rt.Width = 50 End If Next doc.Preview
Dim doc As PrintDoc = e.Form.GernatePrintDoc() For Each c As object In doc.Body.Children If c.Gettype.Name Like "*table*" Then Dim rt As prt.RenderTable = c rt.Width = 50 End If Next doc.Preview