Showing related tags and posts across the entire site.
-
Hi, I want to have page borders (on each page) in a document which contains one long table. Some rows in this table enforce page breaks by PageBreakBehaviorEnum .MustBreak. If I use table borders then they do not span over the whole page when a page break comes somewhere in the middle. I have not found...
Posted to
Reports for WinForms
by
pkrcal
on Tue, Jan 26 2010
Filed under: C1PrintDocument, border, RenderTable, page break row column rendertable pagebreak
-
I'm trying to develop a report using rendertable in C1PrintDocument with the data coming from a database. So far so good and report is generated. However all I am doing at the moment is assigning to the cells via rendertable.rowgroups(0,1).databinding.datasource = dataset rendertable.cells( 0,0)...
-
if I render a table with multiple columns how do format some of the columns, which hold accounting values, to show up like they do in an excel spreadsheet when the spreadsheet cells format value is set to accounting. I want the "$" aligned on the left the actual value aligned on the right....
-
Hi, We are migrating a vb 6.0 application to VB.Net 2.0. There were lots of reports which were developed using VSPrinter. Now we have developed them using C1Preview. However in VSPrinter the pooling (over the printer) of the pages was done along with the report generation and it is very fast. However...