I think it would be the other way around. Wouldn't you want your web
application to call the report which in turn called the stored procedure to
provide it the data for the invoice? I know, I 'm being a Mister
Smartypants. Sorry.
Reporting Services comes with a great report viewer control that you can
drop onto a web page, specify a report (local or via a reporting services
service), and view. You could also call RS from a code behind to produce
PDFs if you want (or Excel, HTML, MHTML, XML...).
Someone has recently created a "render to printer" rendering extension as
well if you need to automate invoice creation.
-Tim
[quoted text, click to view] "WebBuilder451" <WebBuilder451@discussions.microsoft.com> wrote in message
news:3EE7EA85-B0CA-4330-8725-E72C0F7F68F6@microsoft.com...
> Thanks for responding,
> I haven't even gone as far create my first report yet, but your answer
> gives
> me incentive to look deeper.
> I have a followup question. Can a report be called from a stored proc?
> This
> is (i hate to admit) an entire accounting system writtern in web
> technology.
> And it, the report, will need to be called from a web browser and printed
> from a web browser unless i create a custom procedure to allow for printer
> selection from the same. (a, yes that right, a BROWSER) Hey it wern't my
> bright idea, but is this possible?
> THANKS!!
> --
> thanks (as always)
> some day i''m gona pay this forum back for all the help i''m getting
> kes
>
>
> "Tim Dot NoSpam" wrote:
>
>> I was just thinking about this this morning. Historically, I've used
>> Crystal Reports to generate invoices. I still believe that Crystal's
>> layout
>> capabilities surpass RS, BUT...
>>
>> The sky's the limit really. If you have an inkling of creative design
>> capability, you can use a plain old table and spice it up with some
>> background images to create the eye candy. At the end of the day, the
>> important part of the invoice is still a couple of tables. As an
>> example,
>> create a table in RS and make sure you have a skinny column on the left
>> and
>> right side of the table. In the corners, add background images that have
>> rounded corners on them. Voila! You now have rounded corners on your
>> table.
>>
>> My hay penny.
>>
>> -Tim
>>
>> "WebBuilder451" <WebBuilder451@discussions.microsoft.com> wrote in
>> message
>> news:AEA74D70-54CB-4E3C-8A72-24F6E1F3005F@microsoft.com...
>> >I am thinking of switching my current method of creating invoices to
>> > sqlserver's Reporting Services. I'd like to hear for those of you who
>> > are
>> > using Reporting Services for this purpose. Please tell me of your
>> > experiences.
>> >
>> >
>> > --
>> > thanks (as always)
>> > some day i''m gona pay this forum back for all the help i''m getting
>> > kes
>>
>>
>>