Sorry, but there are no more tags available to filter with.
-
Have you tried this approach with C1FlexGridPrintable? Dim c1rp As New RenderC1Printable() c1rp.Object = C1FlexGridPrintable1 Dim doc As New C1PrintDocument doc.Body.Children.Add(c1rp) by default the width will fill the page properly, but you can further set the width manually with c1rp.GenerateInnerRenderObjects...
Page 1 of 1 (1 items)