in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • Report does not display as it renders

    For some reason I am unable to have a report display in the C1PrintPreviewControl as it is rendering. From what I can tell, if I use a C1Report, I should see Page 1 immediately and the other pages will be added on as they are rendered. I am setting the report document like this: Me .C1PrintPreviewControl1...
    Posted to Preview for .NET (Forum) by vtjdailey on 08-30-2007
    Filed under: C1Preview, Render
  • Cannot delete RenderImage file... urgent...please help!

    Hi, I have a problem deleting an image file after it is rendered by c1PrintPreviewControl1. My simple code is this: private void button2_Click( object sender, EventArgs e) { c1PrintDocument1.Clear(); Image myImage = Image .FromFile( "C:\\haha.JPG" ); RenderImage ri = new RenderImage (myImage...
    Posted to Preview for .NET (Forum) by segio_06 on 09-11-2007
    Filed under: C1Preview, Render
  • Autosize Flexgrid on C1PrintDocument

    I am trying to print a C1Flexgrid to a C1PrintDocument control where the width of the grid is larger than the printdocument width. Doing this method .RenderBlockC1Printable(msgBindingChecklist, .BodyAreaSize.Width, 50, Nothing, StyleText) it will break the columns up between multiple pages. I then tried...
    Posted to Preview for .NET (Forum) by carllang on 10-15-2007
    Filed under: C1Preview, Render
  • RenderDirectRichText: how do I get the size of the text

    I have used the "classic" print in a report to print RTF texts from a datatable. I need to know how big the rendered text is to know where i should print the next one. dim height as double dim size as MeasureInfo size = .RenderDirectRichText(30, height, strText, 190) height += size.HeightUnit...
    Posted to Preview for .NET (Forum) by jorbjo on 01-17-2008
    Filed under: C1Preview, Render, C1PrintPreviewControl
  • Re: RTF rendering problem

    Our problem is occurring on Win2K only. We are using version 2.6.20063.304. What we are doing is similar to the original post except we use RenderDirect(x, y, obj). DOC1.StartDoc() Dim objRender As C1.C1Preview.RenderRichText objRender = New C1.C1Preview.RenderRichText( DOC1 ) objRender.rtf = <rich...
    Posted to Preview for .NET (Forum) by shamann on 04-01-2008
    Filed under: C1Preview, Render
  • Re: RTF rendering problem

    Did anyone ever get an answer to this? Does moving up to the latest release help? We are having the same problem where each line prints on another page with RTF.
    Posted to Preview for .NET (Forum) by shamann on 03-31-2008
    Filed under: C1Preview, Render
Page 1 of 1 (6 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.