Click here to Skip to main content
16,006,749 members
Home / Discussions / C#
   

C#

 
GeneralRe: treeview node and mdichild Pin
ginji2026-Jun-08 15:22
ginji2026-Jun-08 15:22 
Questionhow to access data after a blank row has been reached????? Pin
vinit00525-Jun-08 18:57
vinit00525-Jun-08 18:57 
AnswerRe: how to access data after a blank row has been reached????? Pin
Christian Graus25-Jun-08 19:05
protectorChristian Graus25-Jun-08 19:05 
GeneralRe: how to access data after a blank row has been reached????? Pin
vinit00525-Jun-08 19:16
vinit00525-Jun-08 19:16 
GeneralRe: how to access data after a blank row has been reached????? Pin
Christian Graus25-Jun-08 19:36
protectorChristian Graus25-Jun-08 19:36 
QuestionThrottling using Performance counters Pin
RaviMajji25-Jun-08 18:47
RaviMajji25-Jun-08 18:47 
AnswerRe: Throttling using Performance counters Pin
wasimsharp25-Jun-08 20:07
wasimsharp25-Jun-08 20:07 
QuestionPleez help with PDF creation Pin
Jasmine250125-Jun-08 18:05
Jasmine250125-Jun-08 18:05 
I am trying to create a PDF report using C#. I have used PDFSharp to do one report, but now I need to do a more complicated report. I have looked at many different PDF engines on this page:

http://csharp-source.net/open-source/pdf-libraries[^]

These engines do not really meet my needs. The closest one is the "ASP.Net FO PDF" - but I could not get it to work because this is a Windows application. PDFSharp is working, but it does not meet some of my requirements. I'm driving myself nuts with this. I need a PDF engine which meets my requirements:

1. Must generate a native PDF file and be able to open the viewer on the person's machine
2. Must be able to combine graphics and text
3. Should be able to create a proper "HTML-Style" table with proper word wrapping within the cells
4. I would rather not have to draw everything and measure it as if it was graphics
5. I need it to be able to do pagination - this is one that's really giving me a headache - I've tried the text formatter tool in PDFSharp, but there is no way to measure the height of the string after it's been formatted into the box! That means I have no idea where to position the next row in the table, and I have no idea when to create a next page.

I have used Apache XSL-FO and would really like some kind of template engine like that - but I am totally on foreign ground here and have no idea what options are out there - Google is a total waste of time as I've already tried all the engines that come up in Google searches - basically that page I posted is the entire list that I can find. If you know of something like this, please let me know. I can't use Crystal I don't think... because I need to re-distribute the whole thing and I can't afford any licensing. I don't even know if Crystal could do what I want...

"Quality Software since 1983!"
See my personal web site for photos, info, and a really weird blog
Want to fly model aircraft? Read my beginner site to find out how!

AnswerRe: Pleez help with PDF creation Pin
Christian Graus25-Jun-08 18:30
protectorChristian Graus25-Jun-08 18:30 
GeneralRe: Pleez help with PDF creation Pin
Jasmine250126-Jun-08 7:55
Jasmine250126-Jun-08 7:55 
GeneralRe: Pleez help with PDF creation Pin
Christian Graus26-Jun-08 12:42
protectorChristian Graus26-Jun-08 12:42 
GeneralRe: Pleez help with PDF creation Pin
Jasmine250126-Jun-08 19:22
Jasmine250126-Jun-08 19:22 
GeneralRe: Pleez help with PDF creation Pin
Christian Graus26-Jun-08 19:59
protectorChristian Graus26-Jun-08 19:59 
GeneralRe: Pleez help with PDF creation Pin
Jasmine250127-Jun-08 9:08
Jasmine250127-Jun-08 9:08 
Questionvisual source safe v8.0 : how to see undo checkouts? [modified] Pin
fateme_developer25-Jun-08 17:43
fateme_developer25-Jun-08 17:43 
AnswerRe: visual source safe v8.0 : how to see undo checkouts? Pin
Christian Graus25-Jun-08 18:05
protectorChristian Graus25-Jun-08 18:05 
GeneralRe: visual source safe v8.0 : how to see undo checkouts? Pin
fateme_developer25-Jun-08 22:43
fateme_developer25-Jun-08 22:43 
AnswerRe: visual source safe v8.0 : how to see undo checkouts? Pin
Abhijit Jana25-Jun-08 19:14
professionalAbhijit Jana25-Jun-08 19:14 
Questionhow to send PJL command to USB connected printer ? Pin
$unil Dhiman25-Jun-08 16:54
$unil Dhiman25-Jun-08 16:54 
AnswerRe: how to send PJL command to USB connected printer ? Pin
Bert delaVega25-Jun-08 17:54
Bert delaVega25-Jun-08 17:54 
GeneralRe: how to send PJL command to USB connected printer ? Pin
$unil Dhiman25-Jun-08 18:58
$unil Dhiman25-Jun-08 18:58 
Questionvb code conversion to c#.... Pin
moomoooomoo25-Jun-08 16:39
moomoooomoo25-Jun-08 16:39 
AnswerRe: vb code conversion to c#.... Pin
Lilupa25-Jun-08 18:02
Lilupa25-Jun-08 18:02 
AnswerRe: vb code conversion to c#.... Pin
Jasmine250125-Jun-08 18:08
Jasmine250125-Jun-08 18:08 
QuestionTimer control freezing the UI Pin
steve_rm25-Jun-08 16:32
steve_rm25-Jun-08 16:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.