Note that there are some explanatory texts on larger screens.

plurals
  1. POI need to generate a report from a WCF service what are my options?
    primarykey
    data
    text
    <p>I’ve created a “winform” application that communicates with a WCF service.</p> <p>The winform displays a datagridview with many rows. The user is able to select (checkbox) the rows he wishes to print, then clicks the print button.</p> <p>The selected rows are sent to a method in my WCF service which in turn, returns a collection of binary data (the documents to be printed). Once returned, I create a pdf file on disk for each binary data in the returned collection.</p> <p>Once done, those newly created documents are sent to the printer…</p> <p>NOTE: Before creating these pdf documents, I need to create a “Summary” report document which will be printed before any of those pdf documents.</p> <p>To do so, I call a method in my WCF Service that will return binary data. I then get that binary and create a summary pdf document with it…</p> <p>Here is my question: What is the best approach in order to create my “Summary Report”?</p> <p>So far, I’ve been trying to design my summary report using Reporting Services, but I’m grasping at straws with some of the things I wish to do in that report (ie: trying to add a checkbox column and make it “selected” or not depending on a certain rule and/or make my report bilingual…). So I’m thinking that maybe RS is not as flexible/intuitive as I thought it would…</p> <p>My WCF Service would invoke the Reporting Services web service, call the appropriate report and return the binary data which I’ll send back to the winform application.</p> <p>I also though of using Crystal Report but since I’ve never used it, it would be counter productive…</p> <p>The last alternative that I can think of is calling a web page from within my WCF service passing along the necessary parameters. The web page would render itself and I’d try to convert that web page into binary data which will be returned by my WCF service method…</p> <p>Although I haven’t tried the last alternative, I think it might give me more flexibility as to what I can/can’t do.</p> <p>Does anyone have a suggestion or another alternative that can help me out? Thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload