-
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 .NET
(Forum)
by
pkrcal
on
Tue, Jan 26 2010
Filed under: C1PrintDocument, border, RenderTable, page break row column rendertable pagebreak
-
C1Report 2.6.20093.53207 applies using VS2008 VB.NET Have generated a C1PrintDocument that prints perfectly (in landscape). Now want to export that document to a PDF file without the use of a (at least visible) C1Preview Control as the end user should not be aware what is going on as it will be automatically...
-
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)...
-
I am using the following code Dim doc as new C1PrintDocument With doc.PageLayout.PageSettings .PaperKind = Printing.PaperKind.A5 .BottomMargin = "1.50cm" .TopMargin = "1.50cm" .LeftMargin = "1.50cm" .RightMargin = "1.50cm" .Landscape = False End With ''...
-
Ok, here's the sample... Print the grid using the "Quick Print" button when you first load the form, everything should look ok. Then, click on the "Add Item" button. You'll see that a row is added to the grid and filled with data. Now press the "Quick Print" button...
-
When printing a grid if the last row is scrolled into view then the background colors of all rows in the printed grid are set to the background color of the last row. If the last row is not visible, then the grid prints fine... I have the latest sample code... Any suggestions? Wolfgang?
-
It is impossible to send the whole project, but below is the code that builds the rows in the table named DtlTable (the spanrows code is commented out for now to prevent the Generate method from freezing; when the comments are remvoed it freezes). Select Case mSB.DefaultView.Count Case Is <= 0 'Create...
-
We have a c1printdocument report with a single table. We have run into a bug where if we have a text in a cell that exceeds one page, and a different cell in the same row spans multiple rows, when we run the Generate method the program freezes and the method seems to be in an infinite loop and never...
-
We are using C1PrintDocument to generate a report that contains a single table that spans many pages. One of the cells contains text that is large enough to span 2 pages. When the row containing that cell prints, a single row prints to the bottom of the page, overwriting/ignoring the page footer and...
-
Thank you for your quick reply. However, the file you sent is unusable. Only the Arial, Times New Roman and Arial Rounded MT Bold fonts are correctly displayed, the rest are not recognized. As they are not recognised they are displayed in default font (Calibri or something similar from the looks of it...