Browse By Tags

  • Forum Post: Cutoff text in a rendertable column

    Hi, Environment : VB.Net 2008, Windows application I am loading data from grid to RenderTable object and display report using C1PrintDocument.RenderDirect method. Note: User can able to resize the columns in the grid. When prints the report, the data in the grid is loaded into rendertable object along...
  • Forum Post: Get the Unit-With of an Autosize Column in a RenderTable

    Hi all, is it possible to gets the Auto-Width of a Column in a RenderTable. I tried the following: Dim width As Double = table.Cols(0).Width.Value but I get an error "Length [auto] can not be represented as number." Is there really no way? The PrintDocument is shown in a PreviewControl, so...
  • Forum Post: Page Borders and Page Breaks

    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...
  • Forum Post: C1PrintDocument - Formatting data bound fields in RenderTable

    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)...
  • Forum Post: duplicate the accounting format in excel. $ on left and value on right

    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....
Page 1 of 2 (40 items) 12