Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
shruthi_R
Starting Member
10 Posts |
Posted - 2007-04-10 : 03:33:00
|
i am asked to develop a web application where i have to display reports in a seperate window from a hyperlink .i have to display the report in grid format and show a pie chart within the report layout .i need to give user credential like print,save the report in excel or doc format and email report.can anybody give the links for the best tutorial to achieve my purpose. |
|
jhermiz
3564 Posts |
Posted - 2007-04-10 : 07:27:39
|
You should definately look into using reporting services, everything you have said points right to it.Because it is web based you are looking at flexibility here. Opening the report in a seperate window is the easy part."target='_blank'. Grid formats not an issue here as you can create borders around the "Table" object, simulating a grid like look. Showing a pie chart within the report is very simple, after you create your grid like report with the table object then simply drag and drop a chart object on the report, it can be next to, below, above or directly inside the grid itself. Saving, printing, or exporting to another format are all available.You need to ask specific questions on what you are having problems with. There really isn't a tutorial that shows you what you have asked. The best way to learn is to try, try, try, and try again. No other way to learn this stuff, but what you have mentioned is very simple in RS.Programmers HowTo's -- [url]http://jhermiz.googlepages.com[/url] |
|
|
|
|
|
|
|