Generate Pie chart thru Stored Proc and export it to PDF

  • hello people,

    This is my first post post in this forum ...

    I am working on a concept where there will be periodic generation of PDF reports (of Tabular values and Pie charts) through stored procedures . I have successfully generated the PDF with Tabular values . But have no clue on how to genrate Pie chart through procedure and export it to PDF ?

    My Questions

    1. I have heard of the Blob data type ,Is there any way , images can be generated and as bolb (run time only )and then transaferred to PDF .

    2.My Product is on J2EE and DB is SQL Server.Am not looking for generating through Java.Do SQL server(not visual studio) provide any built-in features that allow developers to create Pie Chart(or any other type of chart )

    3.I have searched the internet but found procedure that generate only tabular value, None of the online help forum publish any sort of FAQ regarding the same.Any External or internal link will be help full

    4. Any beter idea to solve it .

    thanks in advance

    tuhin

  • I don't know which technology you use to create your reports.

    Usually I would suggest SQL Server Reporting Services or 3rd party tools like Crystal Reports. Both support images to be loaded from database to display in reports.

    Flo

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply