Join
Sign in
ComponentOne Community
Home
WinForms
WPF
ASP.NET
Silverlight
SharePoint
Help Authoring
ActiveX
Windows Mobile
General
Visual Studio Extensions
Legacy
Marketing Blogs
Dev Tools
Evangelists
C1Announcements
More ...
Home
Browse by Tags
Forums
Get this RSS feed
Home
Tags
border
C1FlexGrid
C1FlexGridPrintable
C1Pdf
C1PrintPreview
C1PrintPreview C1PrintDocument
C1Report
c1report Rendering
C1ReportDesigner
C1WebReport
DataBinding
Fields
Format
images
KeepTogether
page break row column rendertable pagebreak
PaperKind
PDF
RenderTable
report
Script
SQL
Stored Procedures
subreport
Text
Related Posts
Forum Post:
Cutoff text in a rendertable column
ramesh_agro
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...
on
9-2-2010
Wiki Page:
When using C1PrintDocument how can I render a table in the page footer section?
C1_GregL
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...
on
8-13-2010
Wiki Page:
When using C1PrintDocument how to use the CalcSize method to calculate the height and width of the RenderObject?
C1_GregL
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...
on
8-13-2010
Wiki Page:
When using a C1PrintDocument how can I a add customized border to a RenderTable excluding the cell borders?
C1_GregL
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...
on
8-13-2010
Wiki Page:
Using C1PrintPreviewControl and C1PrintDocument, how can I add my own custom Print Button or some other button?
C1_GregL
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...
on
8-13-2010
Wiki Page:
How to hide the print progress dialog while printing C1PrintDocument?
C1_GregL
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...
on
8-13-2010
Forum Post:
Print text richeditbox using c1print/preview components
ud2008
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.
on
6-23-2010
Forum Post:
Personalized Position of RenderObjects.
loripino13
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...
on
6-19-2010
Blog Post:
PDF Acroforms in WinForms
C1_GregL
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...
on
5-21-2010
Forum Post:
Re: How can I avoid using the default printer for report generation?
C1_SuelindaW
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...
on
5-13-2010
Forum Post:
Potential Defect: RenderTable cell borders dont render when no render object is set
MitchellKrenz
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...
on
4-30-2010
Blog Post:
What's New: RDL Reporting Definition Support
C1_GregL
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...
on
3-18-2010
Page 1 of 13 (260 items)
1
2
3
4
5
»