Click here to Skip to main content
15,914,481 members
Home / Discussions / C#
   

C#

 
QuestionReports in letterform Pin
joon vh.21-Mar-07 9:23
joon vh.21-Mar-07 9:23 
Hi, I have a question related to reporting.

Right now I'm trying it with Crystal Reports, but I'm open to other suggestions. I need to make some letters generated from a customer file in a MySQL DB.

The letters would involve some fixed text, some variable field in and under the text.
What are the best ways to generate reports for MS Word or in PDF when I have a class that looks like this f.e.:

Rappel
- customerName
- customerStreet
- customerPostal
- quantityBehindOnPayment
- comments

or little more complex

Invoice
- customerName
- customerStreet
- customerPostal
- customerCode
- InvoiceLines (list)
- total
- comments

If the answer is going to be "use Crystal Reports", can anyone direct me towards a decent tutorial, example or anything for using this kind of reports? Because I'm kind of struggling. Thanks in advance.

The output can be anything as long as its printable (.doc, .pdf, .html,...)





Visual Studio can't evaluate this, can you?
public object moo<br />
        {<br />
__get { return moo; }<br />
__set { moo = value; }<br />
}

QuestionStreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 8:19
Muammar©21-Mar-07 8:19 
AnswerRe: StreamReader.Write("Replace existing text entirly"); Pin
Dave Kreskowiak21-Mar-07 8:45
mveDave Kreskowiak21-Mar-07 8:45 
GeneralRe: StreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 8:56
Muammar©21-Mar-07 8:56 
AnswerRe: StreamReader.Write("Replace existing text entirly"); Pin
Stefan Troschuetz21-Mar-07 8:46
Stefan Troschuetz21-Mar-07 8:46 
GeneralRe: StreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 9:09
Muammar©21-Mar-07 9:09 
AnswerRe: StreamReader.Write("Replace existing text entirly"); Pin
Keshav V. Kamat21-Mar-07 22:36
Keshav V. Kamat21-Mar-07 22:36 
GeneralRe: StreamReader.Write("Replace existing text entirly"); Pin
Muammar©21-Mar-07 23:53
Muammar©21-Mar-07 23:53 
Questionhow to start process Pin
Nkuttynasi21-Mar-07 8:17
Nkuttynasi21-Mar-07 8:17 
AnswerRe: how to start process Pin
joon vh.21-Mar-07 8:21
joon vh.21-Mar-07 8:21 
GeneralRe: how to start process Pin
Narchaithi22-Mar-07 6:46
Narchaithi22-Mar-07 6:46 
AnswerRe: how to start process Pin
Keshav V. Kamat21-Mar-07 22:43
Keshav V. Kamat21-Mar-07 22:43 
QuestionCompiler issue? Pin
Chadwick Posey21-Mar-07 8:03
Chadwick Posey21-Mar-07 8:03 
AnswerRe: Compiler issue? [modified] Pin
joon vh.21-Mar-07 8:11
joon vh.21-Mar-07 8:11 
GeneralRe: Compiler issue? Pin
Chadwick Posey21-Mar-07 8:21
Chadwick Posey21-Mar-07 8:21 
GeneralRe: Compiler issue? Pin
joon vh.21-Mar-07 8:56
joon vh.21-Mar-07 8:56 
GeneralRe: Compiler issue? Pin
Chadwick Posey21-Mar-07 9:26
Chadwick Posey21-Mar-07 9:26 
GeneralRe: Compiler issue? Pin
joon vh.21-Mar-07 9:08
joon vh.21-Mar-07 9:08 
GeneralRe: Compiler issue? Pin
Chadwick Posey21-Mar-07 9:58
Chadwick Posey21-Mar-07 9:58 
QuestionRe: Compiler issue? Pin
Chadwick Posey22-Mar-07 4:18
Chadwick Posey22-Mar-07 4:18 
AnswerRe: Compiler issue? Pin
joon vh.23-Mar-07 7:18
joon vh.23-Mar-07 7:18 
GeneralRe: Compiler issue? Pin
Chadwick Posey23-Mar-07 13:22
Chadwick Posey23-Mar-07 13:22 
JokeRe: Compiler issue? Pin
joon vh.23-Mar-07 16:22
joon vh.23-Mar-07 16:22 
QuestionSimple question about data DataSet, DataView and DataGrid Pin
goldoche21-Mar-07 7:44
goldoche21-Mar-07 7:44 
AnswerRe: Simple question about data DataSet, DataView and DataGrid Pin
Keshav V. Kamat21-Mar-07 22:41
Keshav V. Kamat21-Mar-07 22:41 

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.