in

All Tags » Render (RSS)

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
  • Webreport hangs after rendering in pdf

    Hi, After rendering my webreport in pdf format the report hangs after consecutive attempts to display the report again. I'm using versions webReport 2.5.20053.188 C1Report 2.5.20053.188 I read the other post regarding RTF clearing browser cache and those suggestions do not work. Please advise. Trent
    Posted to WebReports for ASP.NET (Forum) by smithware@SC.RR.com on 09-12-2007
    Filed under: render, webreport, hangs, rendering, pdf
  • 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
  • Display Connection String in VBScript

    We are using VSReportDesigner 8. When i try to retrieve the report's connectionstring property at runtime on the OnOpen event with VBScript, i do not get a value returned. the code i am using is: msgbox "Main Report Connection String: " & report.DataSource.ConnectionString this gives...
    Posted to WebReports for ASP.NET (Forum) by MMyers on 10-16-2007
    Filed under: render, rendering, Connection string, VBScript
  • Retrieve Report Definition XML Element

    Is there a way in WebReports to get a value from the XML in the report definition file? i can do txtUserName.value = Report.DataSource.ConnectionString and that works fine to show me the report's connection string. In my ASP.Net code, i append an element to the //Reports/Report/DataSource node called...
    Posted to WebReports for ASP.NET (Forum) by MMyers on 01-10-2008
    Filed under: render, webreport, rendering, VBScript
  • 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

    How's this? I can provide a zip file of the solution if you want the whole thing but I will need an email to send it to because I cannot attach here. Imports C1.C1Preview Public Class Form1 Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim c1PrintDocument...
    Posted to Preview for .NET (Forum) by shamann on 04-01-2008
    Filed under: Render, C1PrintPreview
  • Re: RTF rendering problem

    Well that worked for us. We took the msftedit.dll off of an XP machine and put it in the project directory on the Win2k machine and it worked. Did you have to do this on your Win2K machine or did the proper version already exist? What Service Pack do you have installed on the Win2K machine? I need to...
    Posted to Preview for .NET (Forum) by shamann on 04-02-2008
    Filed under: Render, C1PrintPreview
Page 1 of 2 (15 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.