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...
  • Wiki Page: When using C1PrintDocument how can I render a table in the page footer section?

    Applies To: Reports for WinForms Published On: 7/14/2006 Any object can be rendered to the PageFooter section of a C1PrintDocument object. To render a table you may use the following code snippets: C# //a new C1PrintDocument C1.C1Preview.C1PrintDocument Doc = new C1.C1Preview.C1PrintDocument; //table...
  • Wiki Page: When using C1PrintDocument how to use the CalcSize method to calculate the height and width of the RenderObject?

    Applies To: Reports for WinForms Published On: 7/20/2006 The following code snippet can be used to calculate the height and width of the RenderObject using the CalcSize method ( Note: this works only with C1Preview2 and Visaul Studio 2005 ): C# (Visual Studio 2005) C1.C1Preview.RenderText rnd = new C1...
  • Wiki Page: When using a C1PrintDocument how can I a add customized border to a RenderTable excluding the cell borders?

    Applies To: Reports for WinForms Published On: 7/31/2006 To add an external border to a RenderTable object, the LineDef object can be used. To specify the border to the table area, excluding the cell borders, we may use the following code snippet: VB.NET: (Visual Studio 2005) Dim rndt As New C1.C1Preview...
  • Wiki Page: Using C1PrintPreviewControl and C1PrintDocument, how can I add my own custom Print Button or some other button?

    Applies To: Reports for WinForms Published On: 2/16/2007 The easiest is to replace the standard print button with your own. To add a new button: In the designer, select C1PrintPreviewControl, expand ToolBars | File | ToolStrip, edit the Items collection and add a new ToolStrip button. Click on it in...
  • Wiki Page: How to hide the print progress dialog while printing C1PrintDocument?

    Applies To: Reports for WinForms Published On: 3/31/2006 You can use the Print method of C1PrintDocument, instead of the Print method of C1PrintPreview to hide the Printing progress dialog box. The print method of C1PrintDocument uses a Boolean parameter called ShowProgressDialog. We can set it to false...
  • Forum Post: Print text richeditbox using c1print/preview components

    I have a richeditbox (filled with text from an access database), I want to if it is possible to print / print preview the text from the richeditbox. I tried to at the pdf of winforms reports, but couldn't find a solution for it. Thanks for any help.
  • Forum Post: Personalized Position of RenderObjects.

    Hi, i need to print bills in a pre-printed form. So I have to place RenderTables, RenderText and ohter RenderObjects in particular places (which coordinates I have already measured in CM) in the PrintDocument. How can I do this? Let's suppose that I had already set-up a RenderTable, how can I add...
  • Blog Post: PDF Acroforms in WinForms

    Deep in the ComponentOne Laboratories, our developers have been envisioning new and improved ideas to enhance our current controls. This is no different with ComponentOne Print Preview for WinForms. A major enhancement has been made to Print Preview for WinForms: forms can now be exported to PDF Acroforms...
  • Forum Post: Re: How can I avoid using the default printer for report generation?

    Hello, You can set the paper size manually when generating reports and documents, then the default printer will not be used to determine the render size. With C1Report you set the PaperSize property, and with C1PrintDocument you set the PaperKind property . Both PaperSize and PaperKind should be set...
  • 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...
  • Blog Post: What's New: RDL Reporting Definition Support

    In 2010 v1, ComponentOne added preliminary support for the Microsoft Reporting Services (RDL) to the C1PrintDocument component. Now it's so easy to display your RDL reports in your WinForms applications and get all of the extra features that come with ComponentOne Reports for WinForms , as well as...
Page 1 of 13 (260 items) 12345»