Browse by Tags

WinForms

ComponentOne's WinForms controls
Related Posts
  • Forum Post: How to measure string to set width in Twips

    I am trying to create a table of Contents with a C1Report object. I am having an issue getting the correct width of a text value when rendered to the report. I am using two field stacked on top of each other. The bottom layer is a string of dots with a page number at the end. I set it's z-order to...
  • Forum Post: Potential Defect: RenderTable cell borders dont render when no render object is set

    I have attached an example solution but long story short I have a RenderTable with 3 columns and only one row. I set the borders so that they should all be visible and then set the first cell to have a RenderText onject in it and the last cell to have a RenderEmpty object in it. the result is that the...
  • Forum Post: Possible Defect with Printing Transparent Images in PDFs

    I am using C1.C1Report.2.dll Version 2.6.20101.54005 The following is the code i am using: (the refered to defect.png is attached) Using printDoc As New C1PrintDocument() Dim ra As New RenderArea Dim image As New RenderImage(My.Resources.defect) image.Style.BackColor = Color.Coral ra.Children.Add(image...
  • Forum Post: C1PrintDocument To PDF

    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...
  • Forum Post: Re: Localized fonts in PDF export

    Tested it with all reports, works beautifully, thank you for your quick response. Regards, Vladimir
  • Forum Post: Re: Localized fonts in PDF export

    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...
  • Forum Post: Re: Localized fonts in PDF export

    I am using WinXP 32 bit. After further testing on my own, I found out there is a problem with exporting fonts to pdf. Export works fine for Excel or HTML. Unfortunately I cannot just change the font I am using as it is prescribed by our honorable marketing team. I already posted the request for font...
  • Forum Post: Localized fonts in PDF export

    I have a C1PrintDocument with Croatian characters and I need to export it to PDF. While using the C1.C1Preview.Export.PdfExporter I get garbage letters when exporting for standard Eastern-European letters like ČčĆ抚ĐđŽž. Printing works fine. Using the alternate method - printing to PDFCreator I got...
  • Forum Post: Problem with "output range"-printing when using PageNumberingChange

    Hello, we have a problem with printing (and export to PDF as well), when PageNumberingChange is used and a certain output range is selected. As example: my app creates a preview including two chapters. The first chapter represents some start pages of our reports (cover sheet, table of content). The second...
  • Forum Post: Open a Popup From a PDF Report

    We are using C1.Win.C1Report.2.dll version 2.5.20073.258 to create a PDF report. We are using the LinkTarget property of a field object to designate a field as a hyperlink. The PDF is opened in a browser instance, in this example, it is IE7 or IE8. When the LinkTarget is set to a URL e.g. 'http:...
  • Forum Post: Error Viewing Report with SubReport

    I get the following error after adding a subreport to my report. The report runs fine when previewed in the Designer, but will not show in web page. Also, the report runs fine without the subreport... C1WebReport Version: 2.0.20082.50031 Document generation has been started already. Description: An unhandled...
  • Forum Post: PDF forms

    Hi, In the latest build: http://download3.componentone.com/pub/Net/c1printpreview/misc/C1Preview.2_2.0.20082.50022.zip we have added a new feature that allows to export C1Preview's RenderInput* objects to PDF form fields. This allows to use C1Preview to create PDF forms. At the moment, we only support...
  • Forum Post: How to set PDF´s extended properties ?

    Hi, is there a way to set the "CreatedBy" field of a pdf-document ? if i use renderToFile or renderToFilter it always shows "ComponentOne C1Report"... Thanks, Sven
  • Forum Post: View PDF in C1PrintPreview

    This has been mentioned a couple of times, with a direction to: "a posting that was done in the Reports.NET newsgroup, basically using reports.net and c1preview to view pdf files". This example is far from clear and not what I think most would be needing. Can you please provide some sample...
  • Forum Post: Re: How to have multiple documents in a report

    The easiest way is to use C1Report with either C1Preview(C1PrintDocument) or C1Pdf. With C1PrintDocument you can combine multiple reports into 1 document and then view this document in any C1Preview control. Through C1PrintDocument or C1PrintPreviewControl you can export this combined document to PDF...
  • Forum Post: Re: Combining 2 reports into 1 PDF

    Two reports into one PDF is not possible through C1Report (without first combining the reports through a subreport). But you can use C1PDF to generate a pdf from multiple objects including the pages from multiple C1Reports. It's very easy to take each page from the Report.PageImages and draw them...
  • Forum Post: Re: Export.PDFExporter

    Here's code that will export a range of pages from a print preview document. Just modify the exp.document property. Dim exp As New C1.C1Preview.Export.PdfExporter exp.Range = New C1.C1Preview.OutputRange(3, 8) exp.Document = C1PrintPreviewControl1.PreviewPane.Document exp.Export( "C:\exportedPDF...
Page 1 of 1 (17 items)